SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi, I want to set yaxis labels outside the chart but unable to find any solution please help.
Hi, there.
Please, take a look at ISCIAxis.isCenterAxis property
If you want to place axis labels inside the chart you can set it to true, like this:
yLeftAxis.isCenterAxis = true
See the screenshot.
You can find more details about Axis Styling here
Please login first to submit.