MindFusion.Charting Programmer's Guide

AxesChart.XGridLabels Property

See Also
 





Gets or sets the labels drawn at the X-axis in custom grids.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public IList XGridLabels { get; set; }

Visual Basic  Copy Code

Public Property XGridLabels As IList

 Property Value

An object of type .NET IList.

 Remarks

The labels are drawn with XGridLabelBrushes. The GridType should be set to GridType.Custom. Use VertGridPoints to specify the position of the XGridLabels at the X-axis. GridLabelsAtLines specifies whether the labels are drawn at grid lines or in the middle of the grid segment.

The orientation of the grid labels is set with XGridLabelsOrientation.

Default value for the XGridLabels property is an empty list.

 See Also