Search
Plot2DController.Vertical Property
See Also
 






Gets or sets a value indicating whether interaction is done along the X or Y axis.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool Vertical { get; set; }

Visual Basic  Copy Code

Public Property Vertical As Boolean

 Property Value

A boolean value.

 See Also