Gets or sets the length of the pointer to the grid labels. Namespace: MindFusion.Charting.WebForms Syntax
Property ValueA float value that specifies the length of the pointer to custom grid labels. RemarksThe 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 |