Gets or sets the length of the axis lines.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public float AxisLength { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AxisLength As Single |
A float value specifying the length of the axis line segments. The default value is 100.
See Also