If I change the visibility of a line series to be collapsed how can I get the associated vertical axis to redraw it's range? Right now if I hide a series from the chart the range on the axis will be static.
Thanks in advance.
1 Answer, 1 is accepted
0
Petar Marchev
Telerik team
answered on 08 Oct 2012, 07:00 AM
Hello Geoffrey,
In order for the axis to recalculate its range you will need to remove the series from the Series collection of the ChartView. Changing the Visibility to Collapsed will not suffice. Let us know how it goes.