Search
BiaxialChart.YLabelAlignment Property
See Also
 






Gets or sets the horizontal alignment of Y-axis labels.

Namespace: MindFusion.Charting.Blazor
Assembly: MindFusion.Charting.Blazor

 Syntax

C#  Copy Code

public HorizontalAlignment YLabelAlignment { get; set; }

Visual Basic  Copy Code

Public Property YLabelAlignment As HorizontalAlignment

 Property Value

A member of the StringAlignment enumeration. The default value is Near.

 See Also