QWT API (中文) 7.3.0
Qt绘图库 - 中文API文档
载入中...
搜索中...
未找到
Public 成员函数 | Public 属性 | 所有成员列表
QwtStatisticalSample类 参考

Base class for statistical samples with position and range 更多...

#include <qwt_samples.h>

类 QwtStatisticalSample 继承关系图:
QwtBoxSample

Public 成员函数

 QwtStatisticalSample (double position=0.0)
 Default constructor
 

Public 属性

double position
 Position on the "time" axis (x for vertical, y for horizontal orientation)
 
double lower
 Lower bound of the statistical range
 
double upper
 Upper bound of the statistical range
 
double center
 Central reference value
 

详细描述

Base class for statistical samples with position and range

Provides common fields for samples that have a position on one axis and a statistical range on the other axis (used by boxplots, OHLC charts).

构造及析构函数说明

◆ QwtStatisticalSample()

QwtStatisticalSample::QwtStatisticalSample ( double  position = 0.0)
inline

Default constructor

All values set to 0.0


该类的文档由以下文件生成: