开发者

Silverlight Area Series chart: how to define interval for X-Axis

开发者 https://www.devze.com 2023-01-29 06:14 出处:网络
I have a silverlight chart with an Area Series. my data source returns many points representing time of day to be displayed in the chart\'s X-axis.

I have a silverlight chart with an Area Series. my data source returns many points representing time of day to be displayed in the chart's X-axis.

since the X-axis has many values, the values appear开发者_开发百科 scrambled as each value is stuck beside the next value.

is there a method to avoid displaying all the values in the X-axis and display intervals instead ?

thanks


The DateTimeAxis has Interval and IntervalType properties that allow you to set the interval the you prefer.

0

精彩评论

暂无评论...
验证码 换一张
取 消