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

BootstrapChartPointSettings Class

Stores settings related to chart series points.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapChartPointSettings :
    JsonProperties

Remarks

Declared in series-specific classes (BootstrapChartScatterSeries, BootstrapChartLineSeries, etc.), the Point settings apply to all points in the corresponding series. Declared in a BootstrapPieChartSeriesCollection‘s item object, the Point settings apply only to the points that belong to this particular series. The series-specific point settings override the common ones.

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapChartPointSettings
See Also