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

return value type for getSize1() and getSize2() More...

#include <jkqtpcoordinateaxes.h>

Inheritance diagram for JKQTPCoordinateAxis::AxisElementsSizeDescription:
[legend]

Public Member Functions

 AxisElementsSizeDescription (double _requiredSize=0.0, double _elongateMin=0.0, double _elongateMax=0.0)
 

Public Attributes

double elongateMax
 extra space on the max (horizontal: right, vertical: top) side BESIDE the axis, e.g. when labels elongate to the left/right or top/bottom of the plot rectangle [pixels]
 
double elongateMin
 extra space on the min (horizontal: left, vertical: bottom) side BESIDE the axis, e.g. when labels elongate to the left/right or top/bottom of the plot rectangle [pixels]
 
double requiredSize
 required space, starting at the axis line, in outward direction [pixels]
 

Detailed Description

return value type for getSize1() and getSize2()

Constructor & Destructor Documentation

◆ AxisElementsSizeDescription()

JKQTPCoordinateAxis::AxisElementsSizeDescription::AxisElementsSizeDescription ( double  _requiredSize = 0.0,
double  _elongateMin = 0.0,
double  _elongateMax = 0.0 
)
inline

Member Data Documentation

◆ elongateMax

double JKQTPCoordinateAxis::AxisElementsSizeDescription::elongateMax

extra space on the max (horizontal: right, vertical: top) side BESIDE the axis, e.g. when labels elongate to the left/right or top/bottom of the plot rectangle [pixels]

◆ elongateMin

double JKQTPCoordinateAxis::AxisElementsSizeDescription::elongateMin

extra space on the min (horizontal: left, vertical: bottom) side BESIDE the axis, e.g. when labels elongate to the left/right or top/bottom of the plot rectangle [pixels]

◆ requiredSize

double JKQTPCoordinateAxis::AxisElementsSizeDescription::requiredSize

required space, starting at the axis line, in outward direction [pixels]


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