DxRangeSelectorScale.LinearThreshold Property
In This Article
Specifies a linear threshold for a logarithmic scale when it includes non-positive values.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[DefaultValue(0)]
[Parameter]
public int LinearThreshold { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The threshold value. |
See Also