QWT API (English) 7.3.0
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.

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).

Constructor & Destructor Documentation

◆ QwtStatisticalSample()

QwtStatisticalSample::QwtStatisticalSample ( double  position = 0.0)
inline

Default constructor.

All values set to 0.0


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