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

ChartMarkedZone ValueStartX and ValueEndX

4 Answers 64 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
rck
Top achievements
Rank 1
rck asked on 13 Mar 2009, 05:15 PM
Hello,

Is there anyway to get and change the value of ChartMarkedZone ValueStartX value and ValueEndX value in clientside.
for example :

 

<telerik:ChartMarkedZone ValueStartX="1" ValueEndX="10" >

 

 

<Appearance FillStyle-MainColor="green">

 

 

</Appearance>

 

 

</telerik:ChartMarkedZone>

For above marked zone, i want to set the ValueStartX to 3 and ValueEndX to 15 in clientside when i click a button.

Thanks in advance

 

4 Answers, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 16 Mar 2009, 07:37 AM
Hello,

I am afraid this will not be possible. Unless zoom/scroll is enabled RadChart is simply an image rendered on the server and sent to the client, so there is no client side object. Even with zoom/scroll enabled, the client side API is limited to serving the needs of zooming/scrolling while marked zones are not available. I am sorry for the inconvenience caused by this limitation.

Best regards,
Ves
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.
0
rck
Top achievements
Rank 1
answered on 16 Mar 2009, 07:42 AM
Hello,
Thanks for the reply. 
Best regards
0
rck
Top achievements
Rank 1
answered on 16 Mar 2009, 01:08 PM
Hello,
I want to use scroll feature of the radchart but i have some problems. may be you can help me. here is my code :

telerik

 

:RadChart ID="RadChart6" runat="Server" Width="600px" AutoLayout="true" Skin="Inox" OnItemDataBound="RadChart6_ItemDataBound">

 

 

<ClientSettings ScrollMode="Both" EnableZoom="false" XScale="4" />

 

 

<Series>

 

 

<cc1:ChartSeries DataYColumn="YColumnData" Type="Line" ActiveRegionUrl="http://www.mysite.com">

 

 

<Appearance>

 

 

<PointMark Visible="True" Border-Width="2" Border-Color="Pink" Dimensions-AutoSize="false"

 

 

Dimensions-Height="12px" Dimensions-Width="12px">

 

 

<FillStyle MainColor="AliceBlue" FillType="solid">

 

 

</FillStyle>

 

 

<Border Color="DarkKhaki" Width="2">

 

 

</Border>

 

 

</PointMark>

 

 

</Appearance>

 

 

</cc1:ChartSeries>

 

 

</Series>

 

 

<Legend Visible="false"></Legend>

 

 

<ChartTitle TextBlock-Text="Chart Title">

 

 

</ChartTitle>

 

 

</telerik:RadChart>

when i set ScrollMode to Both or XOnly active region url and tooltip properties is not working. when i set it to None they are working fine. Is this the normal behavior of radchart or am i doing something wrong.
thanks in advance

 

0
Ves
Telerik team
answered on 18 Mar 2009, 07:46 AM
Hi,

This is a limitation in the current version of RadChart. When zoom/scroll is enabled the image map related properties (active regions) will not function correctly. I would like to extend once again our apologies for any inconvenience caused by RadChart limitations.

Best regards,
Ves
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
rck
Top achievements
Rank 1
Answers by
Ves
Telerik team
rck
Top achievements
Rank 1
Share this question
or