Gets the horizontal alignment of Y-axis labels.
Namespace: MindFusion.Charting.Controls
File: BiaxialChart.js
SyntaxJavaScript
Copy Code
|
|---|
get yLabelAlignment() {} |
Type: StringAlignment
ExampleThe 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