|
WXP C++ Library Version 6.74.9
|
This struct stores labels for plot annotation. More...
#include "../include/PlotLabel.h"
Public Member Functions | |
| int | print () |
Public Attributes | |
| int | layer |
| char | locate [10] |
| char | string [100] |
| char | format [50] |
This struct stores labels for plot annotation.
| char WXP::PlotLabel::format[50] |
Formatting for label
Referenced by print().
| int WXP::PlotLabel::layer |
Overlay layer
Referenced by WXP::Plot::addLabel(), print(), and WXP::Plot::setLabel().
| char WXP::PlotLabel::locate[10] |
Location of label (ul, uc, ur, ll, lc, lr)
Referenced by print().
| char WXP::PlotLabel::string[100] |
Actual label