Searched refs:GetFillColorString (Results 1 – 2 of 2) sorted by relevance
221 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()
283 std::string GetFillColorString() const in GetFillColorString() function