TimeSpan over Occurrance

Oystein Bjorke 10 year бұрын 0
This discussion was imported from CodePlex

A7eex wrote at 2013-08-16 09:07:

Hey there,

I'm trying to find a way to make a Chart that shows Vertical Columns (ColumnSeries). But i need a TimeSpanAxis on the x-Axis and a linear int Axis on the y-Axis. How can i do that/ can i do that in any way?

I think i read that ColumnCharts don't support TimeSpan Axes.

Any support would be appreciated!

Alex

A7eex wrote at 2013-08-16 09:26:

I found this in earlier Discussions:
https://oxyplot.codeplex.com/discussions/361912

Did you improve this yet?

objo wrote at 2013-08-19 11:03:

No, ColumnSeries will only support CategoryAxis. We cannot know if your columns should be a year or a millisecond wide.. I suggest you use a RectangleSeries if you need to use a TimeSpanAxis.