Skip to main content

BootstrapChartPointSettings.Size Property

Specifies the diameter of series points in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

[DefaultValue(12)]
public int Size { get; set; }

Property Value

Type Default Description
Int32 12

An integer number specifying the diameter of series points in pixels.

Property Paths

You can access this nested property as listed below:

Object Type Path to Size
BootstrapChartAreaSeriesBase
.Point .Size
BootstrapChartPointSeriesBase
.Point .Size
BootstrapChartRangeAreaSeries
.Point .Size
BootstrapChartSeries
.Point .Size
BootstrapPolarChartAreaSeries
.Point .Size
BootstrapPolarChartLineSeries
.Point .Size
BootstrapPolarChartScatterSeries
.Point .Size
BootstrapPolarChartSeries
.Point .Size
See Also