DxGaugeGeometrySettings.EndAngle Property
Specifies the end angle of the bar gauge’s arc.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[DefaultValue(315)]
[Parameter]
public double EndAngle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Double | 315 | The end angle in degrees. |
Remarks
Refer to the DxGaugeGeometrySettings class description for more information and an example.
See Also