| 
| enum   | Orientation { Horizontal, 
Vertical
 } | 
|   | 
| enum   | Placement { Outside, 
Inside
 } | 
|   | 
 | 
| 
virtual dvec2  | getRange () const =0 | 
|   | 
| 
virtual bool  | getUseDataRange () const =0 | 
|   | 
| 
virtual bool  | getVisible () const =0 | 
|   | 
| 
virtual bool  | getFlipped () const =0 | 
|   | 
| 
virtual vec4  | getColor () const =0 | 
|   | 
| 
virtual float  | getWidth () const =0 | 
|   | 
| 
virtual Placement  | getPlacement () const =0 | 
|   | 
| 
virtual Orientation  | getOrientation () const =0 | 
|   | 
| 
virtual const std::string &  | getCaption () const =0 | 
|   | 
| 
virtual const PlotTextSettings &  | getCaptionSettings () const =0 | 
|   | 
| 
virtual const std::vector< std::string > &  | getLabels () const =0 | 
|   | 
| 
virtual const PlotTextSettings &  | getLabelSettings () const =0 | 
|   | 
| 
virtual const MajorTickSettings &  | getMajorTicks () const =0 | 
|   | 
| 
virtual const MinorTickSettings &  | getMinorTicks () const =0 | 
|   | 
| 
bool  | isVertical () const | 
|   | 
The documentation for this class was generated from the following files:
- axissettings.h
 
- axissettings.cpp