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