Hi,
Is it possible to define "Min/Max" values for CategoryXAxis so my first and last points for the line series won't be on the edges of a chart? I've found that it is possible for NumericXAxis but and haven't found how to achieve this for CategoryXAxis.
Thanks
One way is to set UseClusteringMode on the x axis.
There is no such property on CategoryXAxis (at least in 13.2 which I'm using).
icant recall off the top of my head the first version that included the property. Its possible it is present in the most recent 13.2 SR.
An alternate way to achieve the behavior is to add a column series to the same axis but hide it by setting its brush and outline to transparent.
Thanks, Graham. The alternate way helped me.