Hi, this might sound like a strange question but
If I have a CartesianChart bound to the following sample data:
category (DateTime): 01.01.2000 value 1
category (DateTime): 01.01.2000 value 2
this data is bound to a barseries and the categorybinding and valuebinding are set to the respective fields,
the horizontal x axis contains a DateTimeCategoriesAxis.
When i run this two bars are together and one category is shown which is kind of logical in the sense that it's the same category.
Is there however some way of forcing the x-axis to treat each category as a separate category instead? so that the two bars have spacing between them and are in their respective "category" similar to how Excel does things.
If I have a CartesianChart bound to the following sample data:
category (DateTime): 01.01.2000 value 1
category (DateTime): 01.01.2000 value 2
this data is bound to a barseries and the categorybinding and valuebinding are set to the respective fields,
the horizontal x axis contains a DateTimeCategoriesAxis.
When i run this two bars are together and one category is shown which is kind of logical in the sense that it's the same category.
Is there however some way of forcing the x-axis to treat each category as a separate category instead? so that the two bars have spacing between them and are in their respective "category" similar to how Excel does things.