TChart and customized X Axis
Posted: Wed Dec 02, 2015 3:18 pm
Hi,
i'm using a chart with 2 series stacked (TBarSeries).
The bottom axis contains values from 0 to 200 but with some time a gap inside.
So my question is: how can i set the bottom axis to display only values having data ?
Example: i have the following set of values: 0,10,40,50,60,70,80,90,100,110,120,130,140,150,160,170 (corresponding to my bottom axis) by increment of 10.
So i wish to remove the gap between 10 and 40 (excluded), i mean the label 40 must follow the label 10, without living any space for 20 and 30.
How can i do this?
BR
Laurent
i'm using a chart with 2 series stacked (TBarSeries).
The bottom axis contains values from 0 to 200 but with some time a gap inside.
So my question is: how can i set the bottom axis to display only values having data ?
Example: i have the following set of values: 0,10,40,50,60,70,80,90,100,110,120,130,140,150,160,170 (corresponding to my bottom axis) by increment of 10.
So i wish to remove the gap between 10 and 40 (excluded), i mean the label 40 must follow the label 10, without living any space for 20 and 30.
How can i do this?
BR
Laurent