SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
I hace one SciChartSurface with FastOhlcRenderableSeries and FastColumnRenderableSeries.
I want to make something like Trading View. So I need to bind FastColumnRenderableSeries to bottom of surface.
Now, I wrote: VisibleRangeLimit=”0, 0″ VisibleRangeLimitMode=”Min”. It binds bottom of axis to bottom of surface, so zero always at zero. But how I can to bind top axis part?
I saw your example where you are using two Grid with two rows, but I want make it in one row.
I did it by next way:
<s:NumericAxis Id="Axis2" AxisTitle="Volume" AutoRange="Always" GrowBy="0, 10" />
Please login first to submit.