BootstrapChartPointSeriesBase.Point Property
Configures series points in Line and Point 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 BootstrapChartCommonSeries, the point settings apply to all points in the chart. Declared in a series 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.
See Also