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