Jump to content
Software FX Community

Series Color


rafael.reimer

Recommended Posts

Yes. You can individually change the series' colors and specify them to be the same. In C++, you can do the following:

m_chartPtr->GetSeries()->GetItem(0)->PutColor(RGB(255, 0, 0));

m_chartPtr->GetSeries()->GetItem(1)->PutColor(RGB(255, 0, 0));

This will show two series colored red.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...