Jump to content
Software FX Community

[Q]Line color...


User (Legacy)

Recommended Posts

My chart has five series. I want to change default color of 1st series.

so, I insert a line as below,

ChartFX1.OpenDataEx(COD_VALUES, 0, 240);

ChartFX1.SetColor(1, RGB(255,0,255));

for(int i=0;i<240;i++)

{

ChartFX1.SetValue(i,data[i]);

}

ChartFX1.CloseData(COD_VALUES);

...

...

But, there is no change.

What was wrong?

Please, let me know...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...