JKQTPlotter trunk/v5.0.0
an extensive Qt5+Qt6 Plotter framework (including a feature-richt plotter widget, a speed-optimized, but limited variant and a LaTeX equation renderer!), written fully in C/C++ and without external dependencies
Loading...
Searching...
No Matches

used for calculated value: describing a section in the freespace outside the graph area More...

#include <jkqtpbaseplotter.h>

Public Member Functions

 PlotMargin (double l=0, double r=0, double t=0, double b=0)
 
double getMargin (PlotMarginSide side) const
 select left,right, top, bottom, depending on side
 

Public Attributes

double bottom
 
double left
 
double right
 
double top
 

Detailed Description

used for calculated value: describing a section in the freespace outside the graph area

Constructor & Destructor Documentation

◆ PlotMargin()

JKQTBasePlotter::PlotMargin::PlotMargin ( double  l = 0,
double  r = 0,
double  t = 0,
double  b = 0 
)
inline

Member Function Documentation

◆ getMargin()

double JKQTBasePlotter::PlotMargin::getMargin ( PlotMarginSide  side) const
inline

select left,right, top, bottom, depending on side

Member Data Documentation

◆ bottom

double JKQTBasePlotter::PlotMargin::bottom

◆ left

double JKQTBasePlotter::PlotMargin::left

◆ right

double JKQTBasePlotter::PlotMargin::right

◆ top

double JKQTBasePlotter::PlotMargin::top

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