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
Sorry, but right now the histogram does not support DateTime. Please feel free to submit a feature request here:http://devcenter.infragistics.com/Protected/RequestFeature.aspxThe axis property is referring to bool chart.HistogramChart.ColumnAppearance.StringAxis.