MindFusion.Charting Programmer's Guide

AxesChart.XGridLabelsOrientation Property

See Also
 





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

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

 Syntax

C#  Copy Code

public LabelOrientation XGridLabelsOrientation { get; }

Visual Basic  Copy Code

Public ReadOnly Property XGridLabelsOrientation As LabelOrientation

 Property Value

One of the LabelOrientation enumeration values. Default value is LabelOrientation.InRow.

 Remarks

The property specifies the orientation of grid labels drawn at the X-axis when the GridType is GridType.Custom. Grid labels are specified with the XGridLabels property. Their position depends on the VertGridPoints and GridLabelsAtLines properties.

Default value for XGridLabelsOrientation property is LabelOrientation.InRow.

 See Also