QWT API (English) 7.3.0
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Enumerations | Functions
QwtAxis Namespace Reference

Enums and methods for axes. More...

Enumerations

enum  Position { YLeft = 0 , YRight = 1 , XBottom = 2 , XTop = 3 }
 Axis position. More...
 
enum  { AxisPositions = XTop + 1 }
 Number of axis positions.
 

Functions

Q_DECL_CONSTEXPR bool isValid (int axisPos) noexcept
 
Q_DECL_CONSTEXPR bool isYAxis (int axisPos) noexcept
 
Q_DECL_CONSTEXPR bool isXAxis (int axisPos) noexcept
 

Detailed Description

Enums and methods for axes.

Enumeration Type Documentation

◆ Position

Axis position.

Enumerator
YLeft 

Y axis left of the canvas.

YRight 

Y axis right of the canvas.

XBottom 

X axis below the canvas.

XTop 

X axis above the canvas.