Is this Marked Zones Chart available in “2011.2 11.831 (Aug 31, 2011)” version of Windows forms
Regards
Vinodh
1 Answer, 1 is accepted
0
Missing User
answered on 23 Nov 2012, 04:23 PM
Hello Vinodh,
Marked Zones are available in RadChart for WinForms in the 2011.2 11.831 release. You need to add a ChartMarkedZone object to the MarkedZones collection property of the RadChart's PlotArea. See the example below:
Telerik.Charting.ChartMarkedZone chartMarkedZone1 = new Telerik.Charting.ChartMarkedZone();