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