Gets or sets a value indicating whether interaction is done along the X or Y axis.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public bool Vertical { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Vertical As Boolean |
A boolean value.
See Also