Gets or sets the labels drawn at the x-axis in a custom grid with vertical stripes.
Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting
C# Copy Code |
---|
public IList XGridLabels { get; set; } |
Visual Basic Copy Code |
---|
Public Property XGridLabels As IList |
An object of type .NET IList.
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.