MindFusion.Charting Programmer's Guide

AxesChart.GridLabelPointer Property

See Also
 





Gets or sets the length of the pointer to the grid labels.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float GridLabelPointer { get; }

Visual Basic  Copy Code

Public ReadOnly Property GridLabelPointer As Single

 Property Value

A float value that specifies the length of the pointer to custom grid labels.

 Remarks

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.

 See Also