BootstrapChartPointSettings Class
Stores settings related to chart series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
Related API Members
The following members return BootstrapChartPointSettings objects:
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