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

BootstrapChartSeries.Point Property

Configures series points in scatter, line and area-like series.

Namespace: DevExpress.Web.Bootstrap

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

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