This question is locked. New answers and comments are not allowed.
I'm searching for a solution for the following type of chart:
1. The (visual!) X-Axis shows DateTime (a History)
2. The Y-Axis show one or more different groups
3. Each Group shows (Stacked) Bars in different colors related to a global Legend
I found a Chart Type HorizontalStackBar which seams to be as close as possible to my requirement. There the configured X-Axis is the visual Y-Axis and vice versa. (BTW: This is quite confusing...) To get DateTime on an Axis there is the Property IsDateTime. But this is only available on the X-Axis Element, which is here the visual Y-Axis.
Further I tried to change the DefaulLabelFormat to format my values as DateTime, but this seems not to be supported.
Is there any other solution for my requirement?
Thanks,
Lukas
1. The (visual!) X-Axis shows DateTime (a History)
2. The Y-Axis show one or more different groups
3. Each Group shows (Stacked) Bars in different colors related to a global Legend
I found a Chart Type HorizontalStackBar which seams to be as close as possible to my requirement. There the configured X-Axis is the visual Y-Axis and vice versa. (BTW: This is quite confusing...) To get DateTime on an Axis there is the Property IsDateTime. But this is only available on the X-Axis Element, which is here the visual Y-Axis.
Further I tried to change the DefaulLabelFormat to format my values as DateTime, but this seems not to be supported.
Is there any other solution for my requirement?
Thanks,
Lukas