Searched refs:ChartType (Results 1 – 14 of 14) sorted by relevance
34 if (chartType_ == ChartType::BAR || chartType_ == ChartType::LINE) { in GetSpecializedComponent()37 if (chartType_ == ChartType::GAUGE) { in GetSpecializedComponent()96 chart.chartType_ = ChartType::BAR; in SetSpecializedAttr()98 chart.chartType_ = ChartType::LINE; in SetSpecializedAttr()106 chart.chartType_ = ChartType::LINE; in SetSpecializedAttr()124 if (chart.chartType_ == ChartType::LINE || (chart.chartType_ == ChartType::BAR) || in SetSpecializedStyle()290 ((chartType_ != ChartType::LINE && chartType_ != ChartType::BAR) in SetChart()320 if (chartType_ == ChartType::GAUGE) { in PrepareSpecializedComponent()336 } else if (chartType_ == ChartType::BAR || chartType_ == ChartType::LINE) { in PrepareSpecializedComponent()347 } else if (chartType_ == ChartType::PROGRESS || chartType_ == ChartType::LOADING) { in PrepareSpecializedComponent()[all …]
194 ChartType chartType_ { ChartType::LINE };
137 virtual ChartType GetPanelType() const = 0;139 void SetPanelType(ChartType type) in SetPanelType()205 ChartType type_ = ChartType::PROGRESS;227 explicit ProgressDataPanelComponent(ChartType type) in ProgressDataPanelComponent()233 ChartType GetPanelType() const override in GetPanelType()297 explicit PercentageDataPanelComponent(ChartType type) in PercentageDataPanelComponent()307 ChartType GetPanelType() const override in GetPanelType()
67 ChartType type_ = ChartType::LINE;193 ChartType GetDataPanelType() const in GetDataPanelType()219 ChartType panelType_ = ChartType::PROGRESS;
78 if (type_ == ChartType::LOADING || (type_ == ChartType::RAINBOW && needReplayAnimation_)) { in PerformLayout()97 if (type_ != ChartType::LOADING) { in AnimationChanged()127 if (isLoading_ != (dataPanelComponent->GetPanelType() == ChartType::LOADING)) { in Update()130 isLoading_ = dataPanelComponent->GetPanelType() == ChartType::LOADING ? true : false; in Update()
92 if (type_ == ChartType::LOADING) { in InitalStyle()
705 if (type_ == ChartType::LOADING) { in Paint()1008 if (type_ == ChartType::LINE) { in Paint()
28 AceType::MakeRefPtr<PercentageDataPanelComponent>(ChartType::RAINBOW); in Create()59 component->SetPanelType(ChartType::LINE); in Create()61 component->SetPanelType(ChartType::RAINBOW); in Create()
38 ChartType type_ = ChartType::LINE;
36 enum class ChartType { enum581 explicit ChartComponent(ChartType type) in ChartComponent()619 ChartType GetChartType() const in GetChartType()630 ChartType type_ = ChartType::LINE;
90 if (!vertical_.display && !horizontal_.display && type_ == ChartType::LINE) { in Paint()370 if (type_ == ChartType::LINE) { in PaintDatas()
29 const std::vector<ChartType> DataPanel_TYPE = { ChartType::LINE, ChartType::RAINBOW};
100 if (panelType == ChartType::LINE) { in GetDataPanelType()
128 … int32_t type = jsObj->GetPropertyValue<int32_t>("type", static_cast<int32_t>(ChartType::RAINBOW)); in Create()129 if (type == static_cast<int32_t>(ChartType::LINE)) { in Create()