3 Answers, 1 is accepted
0
Hello Sivam,
Peter
the Telerik team
Thank you for the screenshoot.
Unfortunately we don't have out of the box solution for a such chart scenario. As a workaround our suggestion is to set a Marked Zone (Chart -> PlotArea -> MarkedZones) for a vertical line and new Chart Series with Type set to Line and two Items for horizontal line. Please check out the attached screenshoot that show the ChartMarkedZone Collection Editor.
Peter
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items
0
Sivam
Top achievements
Rank 1
answered on 13 Jul 2010, 02:31 PM
Hi Peter,
Thanks for the response. I've tried to use MarkedZones. For my requirement, i'm using overlapped markedzones. How can i make one markedzone as transparent? I managed to show the border, by changing the FillType to Hatch. But i could not show the label. I can see the label in design mode. But in Preview mode, i could not see the label. Am i missing anything? How can i show the label also?
i've attached the screenshot for design & preview mode for your reference.
Thanks,
sivam
Thanks for the response. I've tried to use MarkedZones. For my requirement, i'm using overlapped markedzones. How can i make one markedzone as transparent? I managed to show the border, by changing the FillType to Hatch. But i could not show the label. I can see the label in design mode. But in Preview mode, i could not see the label. Am i missing anything? How can i show the label also?
i've attached the screenshot for design & preview mode for your reference.
Thanks,
sivam
0
Hello Sivam,
Unfortunately you're correct. The problem is that the labels of the MarkedZones are not serialized for some reason - we would investigate and fix this. For the time being you should add them through code right after the InitializeComponent() method in the report constructor.
Sorry for the temporary inconvenience.
Regards,
Steve
the Telerik team
Unfortunately you're correct. The problem is that the labels of the MarkedZones are not serialized for some reason - we would investigate and fix this. For the time being you should add them through code right after the InitializeComponent() method in the report constructor.
Sorry for the temporary inconvenience.
Regards,
Steve
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items