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

BootstrapChartPointSeriesBase.Point Property

Configures series points in Line and Point series.

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