Hi,
I would like to add some axis labels at different points along the axis scale. I have turned AutoScale off and set the MinValue and MaxValue to define the extent of the scale. I would then like to add some labels along the scale at various points. These may not be evenly spaced. If my scale goes from 1.0 up to 5.0 how do I get a label on the scale at a value of 2.5 say?
I'm adding ChartAxisItem objects to the Items in the axis. This seems to put them evenly spaced and seems to define the values of the axis value than place them on the axis at that point. What is the meaning of the ChartAxisItem Value property? Is this the scale value for that item label? Why is it of type Decimal and not of type Double?
Clayton.
I would like to add some axis labels at different points along the axis scale. I have turned AutoScale off and set the MinValue and MaxValue to define the extent of the scale. I would then like to add some labels along the scale at various points. These may not be evenly spaced. If my scale goes from 1.0 up to 5.0 how do I get a label on the scale at a value of 2.5 say?
I'm adding ChartAxisItem objects to the Items in the axis. This seems to put them evenly spaced and seems to define the values of the axis value than place them on the axis at that point. What is the meaning of the ChartAxisItem Value property? Is this the scale value for that item label? Why is it of type Decimal and not of type Double?
Clayton.