QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
枚举 | 函数
QwtAxis 命名空间参考

Enums and methods for axes 更多...

枚举

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

函数

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

详细描述

Enums and methods for axes

枚举类型说明

◆ Position

Axis position

枚举值
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