Gets or sets the smallest value allowed to scroll to using the Y axis' RangeSelector.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
C# Copy Code |
---|
public Nullable<Double> YScrollRangeMin { get; set; } |
Visual Basic Copy Code |
---|
Public Property YScrollRangeMin As Nullable(Of Double) |
An optional double value specifying smallest scroll position. The default value is null.