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

BootstrapPolarChartLineSeries.Point Property

An object defining configuration options for points in line and area series.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapChartPointSettings Point { get; }

Property Value

Type Description
BootstrapChartPointSettings

An object of the BootstrapChartPointSettings class.

Remarks

To specify point options for all line and area series at once, use the Point property defined within the BootstrapPolarChartLineSeries class.

If you have several series of a single type, you can set point options to the values specific to this series type using the corresponding object (area, line etc.) within the BootstrapPolarChartCommonSeries class. The values that are set within series-type-specific objects override their corresponding common values.

If you need to set a Point property for an individual series, use the Point property within the series object of the BootstrapPolarChartSeriesCollection array. The values that are set individually override their corresponding common values.

See Also