Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
325
Histogram - Using Date Buckets
posted

Hi,

 I'm trying to create a Histogram Chart using dates as my buckets. I'm trying to show how many events occur as a function of time (Days).

 I have no problem when my values are integers, but the application tanks when I change the DataSource DataColumn DataType from Int32 to DateTime. Reviewing the documentation is appears that this is doable.

" The column is determined by the Axis property, which can be set to either String, which displays one value or Numeric which displays a range of data."

 I guess I don't know which Axis Property I need to change. I have reviewed each of the ultraChart1.Axis.X.* properties but nothing jumps out at me.

 Any insights would be greatly appreciated!

Paul