7 #ifndef CHART_CONFIG_H_ 8 #define CHART_CONFIG_H_ 10 #include <Wt/WContainerWidget> 11 #include <Wt/Chart/WDataSeries> 18 class WStandardItemModel;
24 class WCartesianChart;
114 #endif // CHARTS_EXAMPLE_H_ Wt::WCheckBox * borderEdit_
Wt::WComboBox * xAxisEdit
Wt::Chart::FillRangeType fill_
Wt::WValidator * anyNumberValidator_
Wt::WComboBox * scaleEdit
Wt::WLineEdit * titleEdit_
Wt::Chart::WCartesianChart * chart_
Wt::WCheckBox * enabledEdit
Wt::WComboBox * locationEdit
Struct that holds the controls for one series.
Wt::WLineEdit * titleEdit
Wt::WCheckBox * visibleEdit
Wt::WComboBox * markerEdit
Wt::WLineEdit * chartWidthEdit_
Struct that holds the controls for one axis.
Wt::WComboBox * chartOrientationEdit_
Wt::WComboBox * legendLocationEdit_
std::vector< SeriesControl > seriesControls_
Controls for series.
Wt::WLineEdit * minimumEdit
Wt::WComboBox * legendSideEdit_
std::vector< AxisControl > axisControls_
Controls for axes.
Wt::WCheckBox * shadowEdit
Wt::WComboBox * labelsEdit
Wt::WComboBox * yAxisEdit
Wt::WComboBox * tickDirectionEdit
Wt::WLineEdit * labelAngleEdit
Wt::WStandardItemModel * yScales_
Wt::WCheckBox * legendEdit
Wt::WCheckBox * gridLinesEdit
Wt::WComboBox * titleOrientationEdit
Wt::WComboBox * legendAlignmentEdit_
A class that allows configuration of a cartesian chart.
Wt::WLineEdit * maximumEdit
Wt::WLineEdit * chartHeightEdit_