This question is locked. New answers and comments are not allowed.
I have a Stacked Bar 100 with several SeriesMappings using CollectionIndex. The XAxis are dates and the YAxis some value.
When the first series/collection does not have data for the first date my XAxis gets out of order. In particular the earliest date gets placed at the end of the range.
Is there a way to make all the dates appear in order?
I am using XCategory for the SeriesMappings. If I use XValue the dates come out fine, but then there are extra tick marks along the XAxis. Is there a way to get rid of the extra tick marks?
Finally, I have tried to create a custom XAxis by specifying the min and max values, step, and turning off autorange, but then nothing gets displayed in the chartarea. Also it doesn't seem to fix the out of order issue because the dates still get listed out of order along the XAxis. Even if my chart did display it looks like it would display out of order with a custom axis anyway.
The only way I have been able to resolve this is to pad my data so that each collection contains all the dates.
When the first series/collection does not have data for the first date my XAxis gets out of order. In particular the earliest date gets placed at the end of the range.
Is there a way to make all the dates appear in order?
I am using XCategory for the SeriesMappings. If I use XValue the dates come out fine, but then there are extra tick marks along the XAxis. Is there a way to get rid of the extra tick marks?
Finally, I have tried to create a custom XAxis by specifying the min and max values, step, and turning off autorange, but then nothing gets displayed in the chartarea. Also it doesn't seem to fix the out of order issue because the dates still get listed out of order along the XAxis. Even if my chart did display it looks like it would display out of order with a custom axis anyway.
The only way I have been able to resolve this is to pad my data so that each collection contains all the dates.