Jump to content

UniLineSeries visible = false


zanona

Recommended Posts

Hi,

 

Can you try this, for example for the "second line" ( getAt(1) ) ?:

 

Hide:

  UniChart1.JSInterface.JSCall('chart.series.getAt(1).hideAll', []);
  UniChart1.JSInterface.JSCall('chart.redraw', []);

Show:

  UniChart1.JSInterface.JSCall('chart.series.getAt(1).showAll', []);
  UniChart1.JSInterface.JSCall('chart.redraw', []);

Best regards,

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...