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