Add Multiple Axis Chart Bold Report Designer

Hello,

I would like to add multiple axis using the report designer so the data can be scaled correctly. Currently, it looks like this image_4.png

How can I add an additional axis on the right so our blue series can be scaled to be on a similar scale as the orange series?


Thanks!


1 Reply

SB Sridevi Bharathi Manohar Syncfusion Team November 3, 2021 07:59 AM UTC

Hi August, 
  
We analyzed your query and prepared a sample with Multiple Axis. Please check with below snippet and sample. 
  
<SfChart> 
        <ChartAxes> 
            <ChartAxis Name="yAxis2"></ChartAxis> 
        </ChartAxes> 
        <ChartSeriesCollection> 
            <ChartSeries YAxisName="yAxis2" Type="ChartSeriesType.Column"> 
             </ChartSeries> 
        </ChartSeriesCollection> 
</SfChart> 
  
 
  
  
Kindly revert us if you have any concerns. 
  
Regards, 
Sridevi Bharathi. 


Loader.
Up arrow icon