Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Multiple Y axis.
posted

Hello,

I'm wondering if it's possible to create XamDataChart with multiple numeric Y Axis like on the image from Quince.

It must be possible to select an axis in order to set explicit min and max value for it. 

Best regards

Bonitz

Parents
  • 12875
    posted

    Hi Bonitz,

    You can add multiple NumericYAxis and using the AxisLabelSettings you can set their location to OusideLeft and adjust the Extent to make room for the all of the Axis labels. 

    Then you can set the MinimumValue and MaximumValue of each NumericYAxis to limit the range of each series.

     

    Please let me know if you have further questions.

Reply Children