Search found 2 matches

by markt
Wed Jul 28, 2004 11:13 am
Forum: Basic
Topic: Labeling Points
Replies: 3
Views: 20824

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 Jus...
by markt
Wed Jul 28, 2004 6:39 am
Forum: Basic
Topic: Labeling Points
Replies: 3
Views: 20824

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. 2...