This is a migrated thread and some comments may be shown as answers.

Marked Zone - To Front

1 Answer 57 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Richard
Top achievements
Rank 1
Richard asked on 30 Jul 2009, 06:46 PM
Is there any way to bring a marked zone to the front at runtime?

The following BringToFront method always errors. I have attempted to place it before binding to a data source and after with no luck. The zone does properly render behind the series when the line is commented out. I'm attempting to place an average line over the series.

 

ChartMarkedZone zone = chtCommunityStatus.PlotArea.MarkedZones[0];
... (format code)...

 

zone.BringToFront();

 

 

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Giuseppe
Telerik team
answered on 03 Aug 2009, 08:42 AM
Hello Richard,

Unfortunately this functionality is not supported. The ChartMarkedZone class inherits this method from its base class, however, it is inapplicable to the marked zone feature by design and will always error out.

Sorry for the inconvenience.


Kind regards,
Manuel
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Chart (Obsolete)
Asked by
Richard
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or