BootstrapChartSeries.Point Property
Configures series points in scatter, line and area-like series.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
Declaration
[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartPointSettings Point { get; }
Property Value
Type | Description |
---|---|
BootstrapChartPointSettings | An object of the BootstrapChartPointSettings class. |
Remarks
Declared in BootstrapChartSeries, the point settings apply to all points in the chart. Declared in a BootstrapChartSeriesBase configuration object, the point settings apply only to the points that belong to this particular series. The series-specific point settings override the common ones.
Also, you can customize the appearance of an individual series point by using the BootstrapChartBase.OnClientCustomizePoint property.
See Also