Search
Plot2D.VerticalScroll Property
See Also
 






Specifies whether the plot should scroll vertically when panned.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool VerticalScroll { get; set; }

Visual Basic  Copy Code

Public Property VerticalScroll As Boolean

 Property Value

A boolean value.

 See Also