Skip to main content

BootstrapPolarChartArgumentAxisBuilder.StartAngle(Decimal) Method

Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise.

Namespace: DevExpress.AspNetCore.Bootstrap

Assembly: DevExpress.AspNetCore.Bootstrap.v18.2.dll

Declaration

public BootstrapPolarChartArgumentAxisBuilder StartAngle(
    decimal startAngle
)

Parameters

Name Type
startAngle Decimal

Returns

Type
BootstrapPolarChartArgumentAxisBuilder

Remarks

IMPORTANT

Bootstrap Controls for ASP.NET Core are in maintenance mode. We don’t add new controls or develop new functionality for this product line. Our recommendation is to use the ASP.NET Core Controls suite.

See Also