Gets or sets a value indicating whether to show a RangeSelector for the Y axis, to let users scroll or resize the currently visible vertical data window.
Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor
C# Copy Code |
---|
public bool ShowYRangeSelector { get; set; } |
Visual Basic Copy Code |
---|
Public Property ShowYRangeSelector As Boolean |
true to show range selector, or false otherwise. The default value is false.