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

[Solved] Plotting series value just once

1 Answer 87 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
sai
Top achievements
Rank 1
sai asked on 12 Jun 2008, 07:06 AM
Hi ,
I have a constant series and i need to show its value only once.
Ex: say i have a series called Target =8 and when i select a date range for 1 week then Target value will be displayed for that whole week. But i want to show it just once. How this can be done?

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 16 Jun 2008, 11:33 AM
Hello sai,

You can use Marked zones for this. Just provide the same value for ValueStartY and ValueEndY properties. Then  you can use the marked zone border settings:

<rad:ChartMarkedZone Name="Marked zone 1" ValueEndY="50" ValueStartY="50" YAxisType="Primary"
    <Appearance> 
        <FillStyle MainColor="Red"
        ... 

Hope this helps.

Sincerely,
Ves
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Chart (Obsolete)
Asked by
sai
Top achievements
Rank 1
Answers by
Ves
Telerik team
Share this question
or