Searched refs:RAINBOW (Results 1 – 6 of 6) sorted by relevance
28 AceType::MakeRefPtr<PercentageDataPanelComponent>(ChartType::RAINBOW); in Create()61 component->SetPanelType(ChartType::RAINBOW); in Create()
29 const std::vector<ChartType> DataPanel_TYPE = { ChartType::LINE, ChartType::RAINBOW};
78 if (type_ == ChartType::LOADING || (type_ == ChartType::RAINBOW && needReplayAnimation_)) { in PerformLayout()
102 chart.chartType_ = ChartType::RAINBOW; in SetSpecializedAttr()373 } else if (chartType_ == ChartType::RAINBOW) { in PrepareSpecializedComponent()
41 RAINBOW, enumerator
128 … int32_t type = jsObj->GetPropertyValue<int32_t>("type", static_cast<int32_t>(ChartType::RAINBOW)); in Create()