Search
BiaxialChart.yLabelAlignment Property
See Also
 






Gets the horizontal alignment of Y-axis labels.

Namespace: MindFusion.Charting.Controls
File: BiaxialChart.js

 Syntax

JavaScript  Copy Code

get yLabelAlignment() {}

 Property Value

 Example

The following code aligns the label of the Y-axis "Near", which means the labels will be drawn to the left size of the Y-axis.

JavaScript  Copy Code
lineChart.yLabelAlignment = Drawing.StringAlignment.Near;

 See Also