spacing x-axis dates with ChartsDevice.dll

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Trying out the chart dll provided by A. Graham.
It looks good, but one thing I can't figure out is how to properly space the dates below the x-axis. The way it looks I only have the option to do 1 week, 4 weeks or one year intervals, but I need something different. Is my only option to hide this with for example a label and let the label show the dates?
Thanks for any advice.

RBS
 

RB Smissaert

Well-Known Member
Licensed User
Longtime User
OK, I think the simple answer is to use the LineChart instead and control
the x-axis dates with LineChart.AddXAxisText.

RBS
 
Top