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
195
How I make a series (line) in a chart invisible
posted

So I have a graph that has 3 lineseries on it and I want to be able to make each series visible or invisible. How can I do this?


Parents
  • 29085
    Suggested Answer
    Offline posted

    Hello Dennis Muth,

     

    Thank you for contacting Infragistics. There isn't a method or property to hide/show a series. You can add and remove a series by simply calling the following methods.

     dataChart.series().add(series);        

     dataChart.series().remove(series);

      

    I recommend submitting a product idea at ideas.infragistics.com

     

     

Reply Children