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

constexpr bool isValid (int axisPos) noexcept
 
constexpr bool isYAxis (int axisPos) noexcept
 
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.