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





Gets or sets the orientation of grid labels at the Y - axis.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public LabelOrientation YGridLabelsOrientation { get; set; }

Visual Basic  Copy Code

Public Property YGridLabelsOrientation As LabelOrientation

 Property Value

One of the LabelOrientation Enumeration values.

 Remarks

Custom grid labels are drawn at the Y-axis when the GridType is set to GridType.Custom. The position of the grid labels is set with HorGridPoints. The labels are specified with YGridLabels.

Labels can be drawn with a pointer from the middle of the grid section they refer to, to the label. Use GridLabelPointer to specify the length of the pointer.

Default value for YGridLabelsOrientation is LabelOrientation.InRow.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WinForms Namespace