Gets or sets a value indicating whether the vertical scale is visible.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public bool VerticalScaleVisible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalScaleVisible As Boolean |
true to display the vertical scale; otherwise, false. The default is true.
See Also