Gets or sets the position of grid labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public bool GridLabelsAtLines { get; set; } |
Visual Basic
![]() |
---|
Public Property GridLabelsAtLines As Boolean |
true if labels are drawn at grid lines; otherwise false.
The property specifies where custom grid labels are drawn - in the middle of the grid segment or at the grid line they refer to. If the labels are drawn at grid lines no pointing bracket is drawn.
The property is used only when the GridType is GridType.Custom. Custom grid labels are set with XGridLabels, YGridLabels and Y2GridLabels.
Default value for the GridLabelsAtLines property is false.