SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I need normal (not categorical) x-axes and hence need the SciChartSurface rather than SciStockChart but SciChartSurface does not seem to have the property “IsXAxisVisible” and a number rather vital properties. How can I create a multi pane chart group where I can use SciChartSurface and still retain the ability of, for example, a shared x-Axis?
Thanks
Hi there,
SciStockChart is a specialized subclass of SciChartSurface, designed to be used in one case only – Stock Charts (financial charts) with one CategoryDateTimeAxis XAxis and one NumericAxis YAxis.
Anything that is achieved in SciStockChart can be achieved with SciChartSurface.
In SciStockChart, the IsXAxisVisible property is bound to XAxis.Visibility. Simply replace your Boolean binding to SciStockChart.IsXAxisVisible with a binding to SciChartSurface.XAxis.Visibility (using a Boolean to visibility converter).
Hope this helps,
Andrew
Please login first to submit.