Searched refs:GetStrokeColorString (Results 1 – 2 of 2) sorted by relevance
225 if (!getPointInfo.GetStrokeColorString().empty()) { in SetPoint()226 getPointInfo.SetStrokeColor(ParseColor(getPointInfo.GetStrokeColorString())); in SetPoint()254 if (!pointInfo.GetStrokeColorString().empty()) { in SetChart()255 pointInfo.SetStrokeColor(ParseColor(pointInfo.GetStrokeColorString())); in SetChart()
273 std::string GetStrokeColorString() const in GetStrokeColorString() function