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