BootstrapChartAreaSeriesBase.Point Property
In This Article
Configures series points.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartPointSettings Point { get; }
#Property Value
Type | Description |
---|---|
Bootstrap |
An object of the Bootstrap |
#Remarks
Declared in BootstrapChartCommonSeries, the Point settings apply to all points in the chart. Declared in BootstrapChartSeries, the Point settings apply only to the points that belong to this particular series. The series-specific Point settings override the common ones.
See Also