WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
WXP::PlotLabel Struct Reference

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]
 

Detailed Description

This struct stores labels for plot annotation.

Author
Dan Vietor

Member Function Documentation

◆ print()

int PlotLabel::print ( )

Prints the object data

References format, layer, and locate.

Member Data Documentation

◆ format

char WXP::PlotLabel::format[50]

Formatting for label

Referenced by print().

◆ layer

int WXP::PlotLabel::layer

Overlay layer

Referenced by WXP::Plot::addLabel(), print(), and WXP::Plot::setLabel().

◆ locate

char WXP::PlotLabel::locate[10]

Location of label (ul, uc, ur, ll, lc, lr)

Referenced by print().

◆ string

char WXP::PlotLabel::string[100]

Actual label


The documentation for this struct was generated from the following files: