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

BootstrapPolarChartArgumentAxis.FirstPointOnStartAngle Property

Specifies whether to display the first point at the angle specified by the BootstrapPolarChartArgumentAxis.StartAngle option.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[DefaultValue(false)]
public bool FirstPointOnStartAngle { get; set; }

Property Value

Type Default Description
Boolean **false**

true to display the first point; otherwise, false.

Remarks

This option is specific to a discrete argument axis.

See Also