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






Gets or sets the smallest value allowed to scroll to using the X axis' RangeSelector.

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

 Syntax

C#  Copy Code

public Nullable<Double> XScrollRangeMin { get; set; }

Visual Basic  Copy Code

Public Property XScrollRangeMin As Nullable(Of Double)

 Property Value

An optional double value specifying smallest scroll position. The default value is null.

 See Also

BiaxialChart Members
BiaxialChart Class
MindFusion.Charting.WinForms Namespace
ShowXRangeSelector Property