Gets or sets the width of the pen used to render the axis lines.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public float AxisWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property AxisWidth As Single |
A float value specifying the width of the pen used to draw axis lines. The default value is 0.
See Also