This question is locked. New answers and comments are not allowed.
Hi,
My data is a time based series with a single value for each hour. The series period is 1 year so the total number of points is ~8600 (12*30*24).
I want to display my series in a chart where the X-Axis labels will be presented with gaps and in two lines like it is in the Financial ChartView example (Screenshot attached).
In the Financial example (screenshot attached) the Axis year’s labels are hard coded TextBlock controls and the month’s labels gaps format is specific determined. This is OK when the chart period is static, however in my application the user need to be able to select the start time and end time (with a separate control, maybe a TimeBar control) and also can do zooming to the X-Axis.
How can I get the Financial example time based labeling display when the data time period is known only at runtime?
Thanks,
Erez.
My data is a time based series with a single value for each hour. The series period is 1 year so the total number of points is ~8600 (12*30*24).
I want to display my series in a chart where the X-Axis labels will be presented with gaps and in two lines like it is in the Financial ChartView example (Screenshot attached).
In the Financial example (screenshot attached) the Axis year’s labels are hard coded TextBlock controls and the month’s labels gaps format is specific determined. This is OK when the chart period is static, however in my application the user need to be able to select the start time and end time (with a separate control, maybe a TimeBar control) and also can do zooming to the X-Axis.
How can I get the Financial example time based labeling display when the data time period is known only at runtime?
Thanks,
Erez.