Skip to main content
A newer version of this page is available. .

BootstrapChartAreaSeriesBase.Point Property

Configures series points.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v18.2.dll

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 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