MindFusion.Wpf Pack Programmer's Guide
Axis.DrawLabels Property
See Also
 





Gets or sets whether labels are drawn at the axis.

Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf

 Syntax

C#  Copy Code

public bool DrawLabels { get; set; }

Visual Basic  Copy Code

Public Property DrawLabels As Boolean

 Property Value

true if labels are drawn; otherwise false. The default value is true.

 See Also

Axis Members
Axis Class
MindFusion.RealTimeCharting.Wpf Namespace