Definition at line 103 of file RPadUserAxis.hxx.
|
bool | fLogScale = false |
| Whether this axis should be painted as log scale. More...
|
|
#include <ROOT/RPadUserAxis.hxx>
◆ RPadCartesianUserAxis() [1/3]
ROOT::Experimental::RPadCartesianUserAxis::RPadCartesianUserAxis |
( |
| ) |
|
|
default |
Construct a cartesian axis with automatic axis bounds.
◆ RPadCartesianUserAxis() [2/3]
ROOT::Experimental::RPadCartesianUserAxis::RPadCartesianUserAxis |
( |
double |
begin, |
|
|
double |
end |
|
) |
| |
|
inline |
Construct a cartesian axis from min and max, setting fBoundsKind to kAxisBoundsMinMax.
Definition at line 113 of file RPadUserAxis.hxx.
◆ RPadCartesianUserAxis() [3/3]
ROOT::Experimental::RPadCartesianUserAxis::RPadCartesianUserAxis |
( |
EAxisBoundsKind |
boundKind, |
|
|
double |
bound |
|
) |
| |
|
inline |
Construct a cartesian axis with min or max, depending on the boundKind parameter.
Definition at line 116 of file RPadUserAxis.hxx.
◆ IsLogScale()
bool ROOT::Experimental::RPadCartesianUserAxis::IsLogScale |
( |
| ) |
const |
|
inline |
◆ SetLogScale()
void ROOT::Experimental::RPadCartesianUserAxis::SetLogScale |
( |
bool |
logScale = true | ) |
|
|
inline |
◆ ToNormal()
◆ fLogScale
bool ROOT::Experimental::RPadCartesianUserAxis::fLogScale = false |
|
private |
Whether this axis should be painted as log scale.
Definition at line 106 of file RPadUserAxis.hxx.
[legend]