Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2085
Width of ColumnSeries on XamDataChart with CategoryDateTimeXAxis
posted

I am trying to display a ColumnSeries with a LineSeries on a CategoryDateTimeXAxis-based XamDataChart.  The ColumnSeries data points are meant to indicate an event and intensity value at a certain point in time, but when rendered, the ColumnSeries element widths expand to fill the screen which makes it impossible to see the time it occurred.  How can I create a ColumnSeries (or other) that will draw a fixed-width bar (say 5 pixels) at a specific date/time on a CategoryDateTimeXAxis and not expand to fill the entire width of the graph?

I have tried Gap, Width and Thickness, but none of these work well with a CategoryDateTimeXAxis-based chart.