Gets or sets whether labels are drawn at the axis or outside the plot area.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public bool LabelAtTheAxis { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelAtTheAxis As Boolean |
A bool value. Default is true.
The property is useful in charts that use both negative and positive values. It helps avoid drawing of labels in the center of the chart, over the graphics.
When LabelAtTheAxis is true, axis labels are drawn at the chart axis. When set to false, they are drawn outside the plot area.