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

坐标轴的枚举和方法 更多...

枚举

enum  Position { YLeft = 0 , YRight = 1 , XBottom = 2 , XTop = 3 }
 坐标轴位置 更多...
 
enum  { AxisPositions = XTop + 1 }
 坐标轴位置数量 更多...
 

函数

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

详细描述

坐标轴的枚举和方法

枚举类型说明

◆ anonymous enum

anonymous enum

坐标轴位置数量

◆ 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