One approach I have been looking at is the use of a custom format string for x-axis labels - this is a simple way to get labels such as { D025, D050, D057, D100 }
It would be great if there was a way to call a function from a format string to convert this to { D001:01, D003:02, D003:09, D004:04 }
Main Topics
Browse All Topics





by: CaptainCyrilPosted on 2009-06-02 at 21:56:16ID: 24533430
ActiveChart.Axes(xlCategor y).Maximum Scale = 100 y).MajorUn it = 20
ActiveChart.Axes(xlCategor
I don't think you can change the labels on the axis. That's one reason why I write my own plotters.
You can display the data labels to show X, Y values and refrain from showing the x and y labels on the axis.