Gets or sets the position of grid labels.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public bool GridLabelsAtLines { get; set; } |
Visual Basic
![]() |
---|
Public Property GridLabelsAtLines As Boolean |
A bool value that specifies the position of the grid labels.
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.