SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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>
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
Please login first to submit.