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
225
Chart Min and Max Lines
posted

Hi,

is there any functionality to draw the Min and Max lines against the actual values? (Similar to the picture below)

Thanks.

Parents
No Data
Reply
  • 34510
    Verified Answer
    Offline posted

    Hi Elton,

    The best way to do this would be to create 3 LineSeries and assign them data with a Y value set to where you want the line to be.  Your data can be just two data points with the same Y value so the line will display straight horizontally.

    I have attached a sample that demonstrates what I mean.  Let me know if you have any questions.

    AndroidDataChartExample.zip
Children