Gets or sets the horizontal alignment of Y-axis labels.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
SyntaxC#
Copy Code
|
|---|
public StringAlignment YLabelAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property YLabelAlignment As StringAlignment |
A member of the System.Drawing.StringAlignment enumeration. The default value is Near.
See Also