Skip to main content
All docs
V26.1
  • DxGaugeGeometrySettings.EndAngle Property

    Specifies the end angle of the bar gauge’s arc.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and an example.

    See Also