SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I am trying SciChart iOS.
I run the demo code, and check on the line chart.
The y-axis label is on the right of the plot, and aligned center.
I tried to modify the alignment to right by adding the following code.
(Also, changing things like amplitude or rightAxisAreaForcedSize)
yAxis.style.labelStyle.alignmentHorizontal = SCILabelAlignmentHorizontal_Right;
I was hoping that the smallest digit of “0” and “100” can be aligned,
but no effect could be seen when I ran the code. (still center-aligned)
Is that a bug or is there any reason for the behavior?
FYI, when I modify the code again with “SCILabelAlignmentHorizontal_Left”, it work as expected.
Please login first to submit.