Lines Matching defs:UIChart
44 class UIChart;
355 void BindToChart(UIChart* chart)
589 UIChart* chart_;
604 class UIChart : public UIViewGroup {
607 * @brief A constructor used to create a <b>UIChart</b> instance.
612 UIChart() : enableReverse_(false), needRefresh_(false), mixData_(nullptr)
621 * @brief A destructor used to delete the <b>UIChart</b> instance.
626 virtual ~UIChart();
767 class UIChartPillar : public UIChart {
809 class UIChartPolyline : public UIChart {