Gets or sets the length of the pointer to the grid labels. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public float GridLabelPointer { get; set; } |
Visual Basic
![]() |
---|
Public Property GridLabelPointer As Single |
A float value that specifies the length.
The property specifies the length of the grid label pointer for grid labels at all chart axes - X, Y and Y2 (if present). Pointers are not drawn when the labels are located at grid lines if GridLabelsAtLines is true.
Grid labels are drawn only in charts which GridType is set to GridType.Custom. The labels are set with XGridLabels, YGridLabels and Y2GridLabels.
Default value for the GridLabelPointer property is 5f.