This question is locked. New answers and comments are not allowed.
Hi,
I'm looking at creating a chart using marked zones to represent variable width vertical strips.
My x-axis will represent dates (i.e. ChartArea.AxisX IsDateTime = "True").
I need to be able to control the exact dates shown in the x-axis (ChartArea.AxisX AutoRange = "False").
For example:
Jan 1 2011
Feb 29 2011
May 31 2011
Aug 31 2011
Sep 30 2011
Dec 31 2011
I'm setting this in <telerik:ItemMapping DataPointMember="XValue" FieldName="Date" />
Vertical strips 1 and 5 will be more narrow than vertical strips 2, 3, 4 and 6
Some quesitons:
1. Are marked zones the best (only?) way to do this?
2. The dates don't seem to be getting represented correctly (i.e. the x-axis starting [date] value seem to be some arbitrary minimum datetime value).
Thanks,
Tony
I'm looking at creating a chart using marked zones to represent variable width vertical strips.
My x-axis will represent dates (i.e. ChartArea.AxisX IsDateTime = "True").
I need to be able to control the exact dates shown in the x-axis (ChartArea.AxisX AutoRange = "False").
For example:
Jan 1 2011
Feb 29 2011
May 31 2011
Aug 31 2011
Sep 30 2011
Dec 31 2011
I'm setting this in <telerik:ItemMapping DataPointMember="XValue" FieldName="Date" />
Vertical strips 1 and 5 will be more narrow than vertical strips 2, 3, 4 and 6
Some quesitons:
1. Are marked zones the best (only?) way to do this?
2. The dates don't seem to be getting represented correctly (i.e. the x-axis starting [date] value seem to be some arbitrary minimum datetime value).
Thanks,
Tony