W
Westeee
Hi,
I'm successfully creating charts in C# and JavaScript, but need some help
with tick mark label positions.
I want to create a bar chart, value range 0-200, with CrossesAtValue = 100,
bars going to the left and right from the 100 axis value, and tick labels to
the left outside the plot area.
"CrossesAtValue = 100" correctly sets the category axis to 100.
However, the bars still start from zero, not outwards from 100, and the tick
mark labels are alongside the 100 axis.
In Excel charts, ".TickLabelPosition = xlLow" puts the labels outside to the
left, and the bars start automatically at 100.
Does anyone know how to do this for OWC11 charts?
I'm successfully creating charts in C# and JavaScript, but need some help
with tick mark label positions.
I want to create a bar chart, value range 0-200, with CrossesAtValue = 100,
bars going to the left and right from the 100 axis value, and tick labels to
the left outside the plot area.
"CrossesAtValue = 100" correctly sets the category axis to 100.
However, the bars still start from zero, not outwards from 100, and the tick
mark labels are alongside the 100 axis.
In Excel charts, ".TickLabelPosition = xlLow" puts the labels outside to the
left, and the bars start automatically at 100.
Does anyone know how to do this for OWC11 charts?