DxRangeSelectorScale.LinearThreshold Property
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
[DefaultValue(0)]
[Parameter]
public int LinearThreshold { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | The threshold value. |
See Also