Search
DiagramView3D.ShowAxisLabels Property
See Also
 





Gets or sets whether there are labels rendered for the axes.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public bool ShowAxisLabels { get; set; }

Visual Basic  Copy Code

Public Property ShowAxisLabels As Boolean

 Property Value

true to render axis labels, otherwise false. The default value is false.

 See Also