Skip to main content
A newer version of this page is available. .

BootstrapChartPointSettings.Size Property

Specifies the diameter of series points in pixels.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

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:

See Also