Gets or sets whether there are labels rendered for the axes.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public bool ShowAxisLabels { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ShowAxisLabels As Boolean |
true to render axis labels, otherwise false. The default value is false.
See Also