Gets or sets the smallest value allowed to scroll to using the Y axis' RangeSelector.
Namespace: MindFusion.Charting.Controls
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Nullable<Double> YScrollRangeMin { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YScrollRangeMin As Nullable(Of Double) |
See Also