SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Is it possible to move the xaxis to the top of the chart instead of the bottom
Hi there,
It sure is, SciChart v2.0 and above support unlimited left, right, top, bottom X and Y Axis. Please use this code to move an XAxis to the top:
<SciChartSurface> <SciChartSurface.XAxis> <NumericAxis AxisAlignment="Top"/> </SciChartSurface.XAxis> </SciChartSurface>
Best regards,
Andrew
Please login first to submit.