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.v24.2.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