MindFusion WinForms Programmer's Guide
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

DiagramView3D Members
DiagramView3D Class
MindFusion.Diagramming.WinForms Namespace