Hi
I am trying to create this(see screen shot) ,
I am trying with separate chart control for each, but that not working.
I have few question
Hi Ejaz,
Greetings from Syncfusion.
We are validating your reported scenario. We will update the further details within two business days(30th January 2023). We appreciate your patience until then.
Regards,
Durga Gopalakrishnan.
Ejaz,
Thanks for your patience. We have prepared a sample with multiple charts and a single range navigator. The chart series data points will be changed by changing the range navigator slider. As of now, we don't have support to place the secondary y-axis at a specified distance. Please check the below screenshot and sample.
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/MultipleCharts732411239.zip
Kindly revert us if you have any other concerns.
As you can see
i need 4 y-axis in 2 charts, and display x-axis with the same,
I need a live chart(I am done with it), when i add a point the y-axis should not move,
and one important thin,
I need to export whole charts at once in single pdf.
Please help me to do these.
thank you so much.
Ejaz,
# 1 : i need 4 y-axis in 2 charts, and display x-axis with the same,
We suggest you to add multiple axis using ChartAxes tag and map the required axis name in series. We have attached modified sample for your reference.
Sample : https://www.syncfusion.com/downloads/support/directtrac/general/ze/RNMulAxis583253478.zip
# 2 : When i add a point the y-axis should not move
We suggest you to specify Minimum and Maximum value for required y axis, so that range won’t be changed even while performing live update on data.
# 3 : I need to export whole charts at once in single pdf.
We have support to export support for chart and range navigator control separately. To export as single PDF file, please use StockChart to export chart along with range navigator. Please check with below documentation links.
https://blazor.syncfusion.com/documentation/chart/chart-print#export
https://blazor.syncfusion.com/documentation/stock-chart/export-print
Please revert us if you have any concerns.