Searched refs:BAR (Results 1 – 5 of 5) sorted by relevance
30 const char * const ChartComponent::BAR = "bar"; member in OHOS::ACELite::ChartComponent85 if ((type != nullptr) && !strcmp(type, BAR)) { in CreateNativeViews()87 chartType_ = const_cast<char *>(BAR); in CreateNativeViews()193 if (!strcmp(chartType_, BAR)) { in UpdateStrokeColorToSerial()317 if (!strcmp(chartType_, BAR)) { in UpdateValuesToSerial()537 if (!strcmp(chartType_, BAR)) { in UpdateData()579 if (!strcmp(chartType_, BAR)) { in AppendData()662 if (!strcmp(chartType_, BAR)) { in SetOptionsAxisDataRange()
147 static const char * const BAR; variable
22 BAR = 0, enumerator
34 if (chartType_ == ChartType::BAR || chartType_ == ChartType::LINE) { in GetSpecializedComponent()96 chart.chartType_ = ChartType::BAR; in SetSpecializedAttr()124 if (chart.chartType_ == ChartType::LINE || (chart.chartType_ == ChartType::BAR) || in SetSpecializedStyle()290 ((chartType_ != ChartType::LINE && chartType_ != ChartType::BAR) in SetChart()336 } else if (chartType_ == ChartType::BAR || chartType_ == ChartType::LINE) { in PrepareSpecializedComponent()
38 BAR, enumerator