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
710
v2011.2 'Infragistics.Controls.Charts.Axis.Chart' is obsolete?
posted

I just installed version 2011.2. I am now getting a warning that says:

'Infragistics.Controls.Charts.Axis.Chart' is obsolete: '"Please use the SeriesViewer property."

The warning is on this line of code and pretty much anywhere else I use CategoryDateTimeXAxis.Chart.

Axis.Chart.Axes.Remove(Axis);

Axis is a CategoryDateTimeXAxis. I can't seem to find any documentation on SeriesViewer. I looked at the API reference in the online docs but it doesn't tell me much about what it is for or how to use it.

Does anyone have any more info on this?