OK. I assume that D.Label was a quick thing that was never intended to allow options. If you allow escaped control characters in the label to control the rotation though....
D.Label = "^LMylabel" ' Rotate label 90 degrees CCW
D.Label = "^RMylabel" ' Rotate label 90 degrees CW
Just a thought.
Search found 2 matches
- Wed Jul 28, 2004 6:39 am
- Forum: Basic
- Topic: Labeling Points
- Replies: 3
- Views: 21526
Labeling Points
I am using DPLOTLIB.DLL to generate my plots in VB6. I am trying to label the curves and have run into two different problems with my LOG-LOG plots.
1) Using the D.Label method, I get labels that I cannot control the size, location, or rotation of. As a result, they are overlapping and unreadable ...
1) Using the D.Label method, I get labels that I cannot control the size, location, or rotation of. As a result, they are overlapping and unreadable ...