Back to Devexpress

DxRangeSelectorScale.LogarithmBase Property

blazor-devexpress-dot-blazor-dot-dxrangeselectorscale-f4684a71.md

latest989 B
Original Source

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

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDefaultDescription
Double10

A logarithm base.

|

See Also

DxRangeSelectorScale Class

DxRangeSelectorScale Members

DevExpress.Blazor Namespace