@@ -34,8 +34,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
34 | 34 | \inmodule Qt Charts |
|
35 | 35 | \brief The QAreaSeries class is used for making area charts. |
|
36 | 36 | |
|
37 | \mainclass | |
|
38 | ||
|
39 | 37 | An area series is used to show quantitative data. It is based on line series, in the way that |
|
40 | 38 | the area between the boundary lines is emphasized with color. Since the area series is based on |
|
41 | 39 | line series, QAreaSeries constructor needs a QLineSeries instance, which defines "upper" |
@@ -29,7 +29,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
29 | 29 | \class QBarCategoryAxis |
|
30 | 30 | \inmodule Qt Charts |
|
31 | 31 | \brief The QBarCategoryAxis class is used for manipulating chart's axis. |
|
32 | \mainclass | |
|
33 | 32 | |
|
34 | 33 | QBarCategoryAxis can be setup to show axis line with tick marks, grid lines and shades. |
|
35 | 34 | Categories are drawn between ticks. Note that you can use this also with lineseries too. |
@@ -31,7 +31,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
31 | 31 | \class QCategoryAxis |
|
32 | 32 | \inmodule Qt Charts |
|
33 | 33 | \brief The QCategoryAxis class allows putting a named ranges on the axis. |
|
34 | \mainclass | |
|
35 | 34 | |
|
36 | 35 | This class can be used when the underlying data needs to be given extra meaning. |
|
37 | 36 | Unlike with the QBarCategoryAxis the QCategoryAxis allows the categories ranges widths to be specified freely. |
@@ -32,7 +32,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
32 | 32 | \class QDateTimeAxis |
|
33 | 33 | \inmodule Qt Charts |
|
34 | 34 | \brief The QDateTimeAxis class is used for manipulating chart's axis. |
|
35 | \mainclass | |
|
36 | 35 | |
|
37 | 36 | The labels can be configured by setting an appropriate DateTime format. |
|
38 | 37 | QDateTimeAxis works correctly with dates from 4714 BCE to 287396 CE. |
@@ -31,7 +31,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
31 | 31 | \class QLogValueAxis |
|
32 | 32 | \inmodule Qt Charts |
|
33 | 33 | \brief The QLogValueAxis class is used for manipulating chart's axis. |
|
34 | \mainclass | |
|
35 | 34 | |
|
36 | 35 | \note If a QLogValueAxis is attached to a series with one or more points with |
|
37 | 36 | negative or zero values on the associated dimension, the series will not be |
@@ -28,7 +28,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
28 | 28 | \class QAbstractAxis |
|
29 | 29 | \inmodule Qt Charts |
|
30 | 30 | \brief The QAbstractAxis class is used for manipulating chart's axis. |
|
31 | \mainclass | |
|
32 | 31 | |
|
33 | 32 | Each series can be bound to one or more horizontal and vertical axes, but mixing axis types |
|
34 | 33 | that would result in different domains is not supported, such as specifying |
@@ -33,7 +33,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
33 | 33 | \class QValueAxis |
|
34 | 34 | \inmodule Qt Charts |
|
35 | 35 | \brief The QValueAxis class is used for manipulating chart's axis. |
|
36 | \mainclass | |
|
37 | 36 | |
|
38 | 37 | ValueAxis can be setup to show axis line with tick marks, grid lines and shades. |
|
39 | 38 | Values of axis are drawn to position of ticks. |
@@ -31,7 +31,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
31 | 31 | \class QHorizontalBarSeries |
|
32 | 32 | \inmodule Qt Charts |
|
33 | 33 | \brief Series for creating horizontal bar chart. |
|
34 | \mainclass | |
|
35 | 34 | |
|
36 | 35 | QHorizontalBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
|
37 | 36 | as groups, where bars in same category are grouped next to each other. QHorizontalBarSeries groups the data |
@@ -28,7 +28,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
28 | 28 | \class QHorizontalPercentBarSeries |
|
29 | 29 | \inmodule Qt Charts |
|
30 | 30 | \brief Series for creating horizontal percent bar chart. |
|
31 | \mainclass | |
|
32 | 31 | |
|
33 | 32 | QHorizontalPercentBarSeries represents a series of data shown as bars. The purpose of this |
|
34 | 33 | class is to draw bars as groups, where bars in same category are grouped next to each other. |
@@ -27,7 +27,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
27 | 27 | \class QHorizontalStackedBarSeries |
|
28 | 28 | \inmodule Qt Charts |
|
29 | 29 | \brief Series for creating horizontal stacked bar chart. |
|
30 | \mainclass | |
|
31 | 30 | |
|
32 | 31 | QHorizontalStackedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
|
33 | 32 | as groups, where bars in same category are grouped next to each other. QHorizontalStackedBarSeries groups the data |
@@ -36,7 +36,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
36 | 36 | \class QAbstractBarSeries |
|
37 | 37 | \inmodule Qt Charts |
|
38 | 38 | \brief Series for creating a bar chart. |
|
39 | \mainclass | |
|
40 | 39 | |
|
41 | 40 | QAbstractBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars to |
|
42 | 41 | the position defined by data. Single bar is defined by QPointF, where x value is the x-coordinate of the bar |
@@ -33,8 +33,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
33 | 33 | If set has fewer values than there are categories, then the missing values are assumed to be |
|
34 | 34 | at the end of set. For missing values in middle of a set, numerical value of zero is used. |
|
35 | 35 | |
|
36 | \mainclass | |
|
37 | ||
|
38 | 36 | \sa QAbstractBarSeries, QBarSeries, QStackedBarSeries, QPercentBarSeries |
|
39 | 37 | */ |
|
40 | 38 | /*! |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QHBarModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Horizontal model mapper for bar series. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Horizontal model mapper is used to create a connection between QAbstractBarSeries and QAbstractItemModel derived model object. |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QVBarModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Vertical model mapper for bar series. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Vertical model mapper is used to create a connection between QAbstractBarSeries and QAbstractItemModel derived model object. |
@@ -30,7 +30,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
30 | 30 | \class QBarSeries |
|
31 | 31 | \inmodule Qt Charts |
|
32 | 32 | \brief Series for creating bar chart. |
|
33 | \mainclass | |
|
34 | 33 | |
|
35 | 34 | QBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
|
36 | 35 | as groups, where bars in same category are grouped next to each other. QBarSeries groups the data |
@@ -29,7 +29,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
29 | 29 | \class QPercentBarSeries |
|
30 | 30 | \inmodule Qt Charts |
|
31 | 31 | \brief Series for creating percent bar chart. |
|
32 | \mainclass | |
|
33 | 32 | |
|
34 | 33 | QPercentBarSeries represents a series of data shown as bars. The purpose of this class is to |
|
35 | 34 | draw bars as stacks, where each bar is shown as percentage of all bars in that category. |
@@ -29,7 +29,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
29 | 29 | \class QStackedBarSeries |
|
30 | 30 | \inmodule Qt Charts |
|
31 | 31 | \brief Series for creating stacked bar chart. |
|
32 | \mainclass | |
|
33 | 32 | |
|
34 | 33 | QStackedBarSeries represents a series of data shown as bars. The purpose of this class is to draw bars |
|
35 | 34 | as stacks, where bars in same category are stacked on top of each other. |
@@ -36,7 +36,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
36 | 36 | \class QBoxPlotSeries |
|
37 | 37 | \inmodule Qt Charts |
|
38 | 38 | \brief Series for creating box-and-whiskers chart. |
|
39 | \mainclass | |
|
40 | 39 | |
|
41 | 40 | QBoxPlotSeries represents a series of data shown as box-and-whisker bars. The purpose of this class is to act as |
|
42 | 41 | a container for single box-and-whisker items. Each item is drawn to own slot. If chart includes multiple instances of |
@@ -33,8 +33,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
33 | 33 | lower quartile, median, upper quartile and upper extreme. The Second method is to create an empty QBoxSet instance and |
|
34 | 34 | give the values using setValue method. |
|
35 | 35 | |
|
36 | \mainclass | |
|
37 | ||
|
38 | 36 | \sa QBoxPlotSeries |
|
39 | 37 | */ |
|
40 | 38 | /*! |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QVBoxPlotModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Vertical model mapper for box plot series. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Vertical model mapper is used to create a connection between QBoxPlotSeries and QAbstractItemModel derived model object. |
@@ -27,7 +27,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
27 | 27 | \class QAreaLegendMarker |
|
28 | 28 | \inmodule Qt Charts |
|
29 | 29 | \brief QLegendMarker subclass for area series. |
|
30 | \mainclass | |
|
31 | 30 | |
|
32 | 31 | QAreaLegendMarker is related to QAreaSeries. One QAreaSeries results in one marker. |
|
33 | 32 |
@@ -27,7 +27,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
27 | 27 | \class QBarLegendMarker |
|
28 | 28 | \inmodule Qt Charts |
|
29 | 29 | \brief QLegendMarker subclass for bar series. |
|
30 | \mainclass | |
|
31 | 30 | |
|
32 | 31 | QBarLegendMarker is related to QAbstractBarSeries derived classes. With bar series, each marker is related to one QBarSet. |
|
33 | 32 |
@@ -27,7 +27,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
27 | 27 | \class QBoxPlotLegendMarker |
|
28 | 28 | \inmodule Qt Charts |
|
29 | 29 | \brief QLegendMarker subclass for box plot series. |
|
30 | \mainclass | |
|
31 | 30 | |
|
32 | 31 | QBoxPlotLegendMarker is related to QBoxPlotSeries classes. |
|
33 | 32 |
@@ -39,7 +39,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
39 | 39 | \inmodule Qt Charts |
|
40 | 40 | \inherits QGraphicsWidget |
|
41 | 41 | \brief Legend object. |
|
42 | \mainclass | |
|
43 | 42 | |
|
44 | 43 | QLegend is a graphical object for displaying the legend of the chart. Legend state is updated by QChart, when |
|
45 | 44 | series have been changed. By default, legend is drawn by QChart, but user can set a new parent to legend and |
@@ -32,7 +32,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
32 | 32 | \class QLegendMarker |
|
33 | 33 | \inmodule Qt Charts |
|
34 | 34 | \brief LegendMarker object. |
|
35 | \mainclass | |
|
36 | 35 | |
|
37 | 36 | QLegendMarker is abstract object that can be used to access markers inside QLegend. Legend marker consists of two |
|
38 | 37 | items: The colored box, which reflects the color of series and label, which is the name of series (or label of slice/barset |
@@ -27,7 +27,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
27 | 27 | \class QPieLegendMarker |
|
28 | 28 | \inmodule Qt Charts |
|
29 | 29 | \brief QLegendMarker subclass for pie series. |
|
30 | \mainclass | |
|
31 | 30 | |
|
32 | 31 | QPieLegendMarker is related to QPieSeries. With QPieSeries, each slice of pie is related to one marker in QLegend. |
|
33 | 32 |
@@ -27,7 +27,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
27 | 27 | \class QXYLegendMarker |
|
28 | 28 | \inmodule Qt Charts |
|
29 | 29 | \brief QLegendMarker subclass for QXYSeries. |
|
30 | \mainclass | |
|
31 | 30 | |
|
32 | 31 | QXYLegendMarker is related to QXYSeries derived classes. Each marker is related to one series. |
|
33 | 32 |
@@ -29,8 +29,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
29 | 29 | \inmodule Qt Charts |
|
30 | 30 | \brief The QLineSeries class is used for making line charts. |
|
31 | 31 | |
|
32 | \mainclass | |
|
33 | ||
|
34 | 32 | A line chart is used to show information as a series of data points |
|
35 | 33 | connected by straight lines. |
|
36 | 34 |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QHPieModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Horizontal model mapper for pie series. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Horizontal model mapper is used to create a connection between QPieSeries and QAbstractItemModel derived model object that keeps the consecutive pie slices data in rows. |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QVPieModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Vertical model mapper for pie series. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Vertical model mapper is used to create a connection between QPieSeries and QAbstractItemModel derived model object that keeps the consecutive pie slices data in columns. |
@@ -33,7 +33,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
33 | 33 | \class QAbstractSeries |
|
34 | 34 | \inmodule Qt Charts |
|
35 | 35 | \brief Base class for all Qt Chart series. |
|
36 | \mainclass | |
|
37 | 36 | |
|
38 | 37 | Usually you use the series type specific inherited classes instead of the base class. |
|
39 | 38 | \sa QXYSeries, QLineSeries, QSplineSeries, QScatterSeries, QAreaSeries, QAbstractBarSeries, QStackedBarSeries, |
@@ -29,8 +29,6 | |||
|
29 | 29 | \inmodule Qt Charts |
|
30 | 30 | \brief The QScatterSeries class is used for making scatter charts. |
|
31 | 31 | |
|
32 | \mainclass | |
|
33 | ||
|
34 | 32 | The scatter data is displayed as a collection of points on the chart. Each point determines the position on the horizontal axis |
|
35 | 33 | and the vertical axis. |
|
36 | 34 |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QHXYModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Horizontal model mapper for QXYSeries. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Horizontal model mapper is used to create a connection between QXYSeries and QAbstractItemModel derived model object. |
@@ -24,7 +24,6 QT_CHARTS_BEGIN_NAMESPACE | |||
|
24 | 24 | \class QVXYModelMapper |
|
25 | 25 | \inmodule Qt Charts |
|
26 | 26 | \brief Vertical model mapper for QXYSeries. |
|
27 | \mainclass | |
|
28 | 27 | |
|
29 | 28 | Model mappers allow you to use QAbstractItemModel derived models as a data source for a chart series. |
|
30 | 29 | Vertical model mapper is used to create a connection between QXYSeries and QAbstractItemModel derived model object. |
General Comments 0
You need to be logged in to leave comments.
Login now