Charting for WinForms Programmer's Guide
BiaxialChart.ShowXRangeSelector Property
See Also
 






Gets or sets a value indicating whether to show a RangeSelector for the X axis, to let users scroll or resize the currently visible horizontal data window.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public bool ShowXRangeSelector { get; set; }

Visual Basic  Copy Code

Public Property ShowXRangeSelector As Boolean

 Property Value

true to show range selector, or false otherwise. The default value is false.

 See Also

BiaxialChart Members
BiaxialChart Class
MindFusion.Charting.WinForms Namespace