Home
last modified time | relevance | path

Searched refs:GetFillColorString (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp221 if (!getPointInfo.GetFillColorString().empty()) { in SetPoint()
222 getPointInfo.SetFillColor(ParseColor(getPointInfo.GetFillColorString())); in SetPoint()
257 if (!pointInfo.GetFillColorString().empty()) { in SetChart()
258 pointInfo.SetFillColor(ParseColor(pointInfo.GetFillColorString())); in SetChart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/chart/
H A Dchart_component.h283 std::string GetFillColorString() const in GetFillColorString() function