QWT API (English) 7.0.1
Qt Widget Library for Technical Applications - English API Documentation
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
QwtStatisticalSample Class Reference

Base class for statistical samples with position and range. More...

#include <qwt_samples.h>

Inheritance diagram for QwtStatisticalSample:
QwtBoxSample

Public Member Functions

 QwtStatisticalSample (double position=0.0)
 Default constructor.
 

Public Attributes

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.
 

Detailed Description

Base class for statistical samples with position and range.

Constructor & Destructor Documentation

◆ QwtStatisticalSample()

QwtStatisticalSample::QwtStatisticalSample ( double  position = 0.0)
inline

Default constructor.


The documentation for this class was generated from the following file: