Pre loader

Whats the difference between Axes and Axis property?

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

Whats the difference between

Blockquote

         <s:SciChartSurface.XAxis>
            <s:NumericAxis x:Name="xAxis" AxisTitle="" Id="XAxis1" />
        </s:SciChartSurface.XAxis>

Blockquote

        <s:SciChartSurface.XAxes>
            <s:NumericAxis AxisAlignment="Bottom" AxisTitle="XAxis 1" Id="XAxis1" TextFormatting="0.0#" VisibleRange="0, 10"/>
        </s:SciChartSurface.XAxes>
  • You must to post comments
0
0

Thanks for the explaination

  • You must to post comments
0
0

For a single axis scenario, fundamentally there is no difference between SciChartSurface.YAxis / SciChartSurface.YAxes. The two code samples you posted above will function the same.

The XAxes and YAxes property are often used when there is more than one (multiple) axis.

The reason why we have two properties is for historical reasons. SciChart v1.x was released with single XAxis and YAxis support, and leaving this property in provided backward compatibility.

Best regards,
Andrew

  • You must to post comments
Showing 2 results
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