MindFusion.Charting Programmer's Guide

AxesChart.GridLabelsAtLines Property

See Also
 





Gets or sets the position of grid labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public bool GridLabelsAtLines { get; set; }

Visual Basic  Copy Code

Public Property GridLabelsAtLines As Boolean

 Property Value

true if labels are drawn at grid lines; otherwise false.

 Remarks

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.

 See Also