MindFusion WinForms Programmer's Guide
AxesChart.XGridLabelsOrientation Property
See Also
 





Gets or sets the orientation of the labels drawn at the X-axis in a custom grid with vertical stripes.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public LabelOrientation XGridLabelsOrientation { get; set; }

Visual Basic  Copy Code

Public Property XGridLabelsOrientation As LabelOrientation

 Property Value

One of the LabelOrientation Enumeration values.

 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

AxesChart Members
AxesChart Class
MindFusion.Reporting Namespace