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
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">