aspnetbootstrap-devexpress-dot-web-dot-bootstrap-c1712db5.md
Stores settings related to chart series points.
Namespace : DevExpress.Web.Bootstrap
Assembly : DevExpress.Web.Bootstrap.v25.2.dll
NuGet Package : DevExpress.Web.Bootstrap
public class BootstrapChartPointSettings :
JsonProperties
Public Class BootstrapChartPointSettings
Inherits JsonProperties
The following members return BootstrapChartPointSettings objects:
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.
Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartPointSettings
See Also