Pre loader

Xaxis Display on top

Welcome to the SciChart Forums!

  • Please read our Question Asking Guidelines for how to format a good question
  • Some reputation is required to post answers. Get up-voted to avoid the spam filter!
  • We welcome community answers and upvotes. Every Q&A improves SciChart for everyone

WPF Forums | JavaScript Forums | Android Forums | iOS Forums

0
0

Is it possible to move the xaxis to the top of the chart instead of the bottom

  • You must to post comments
1
1

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

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.

Try SciChart Today

Start a trial and discover why we are the choice
of demanding developers worldwide

Start TrialCase Studies