Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

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