Skip to main content
All docs
V25.1
  • DxRangeSelectorScale.LogarithmBase Property

    Specifies the value to be raised to a power when DxRangeSelector generates ticks for the scale of the Logarithmic type.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [DefaultValue(10)]
    [Parameter]
    public double LogarithmBase { get; set; }

    Property Value

    Type Default Description
    Double 10

    A logarithm base.

    See Also