How to change the color of mark
Posted: Mon May 05, 2014 5:59 am
Is there some property like Series1->Marks->Color used to change the color of specified mark of TPointSeries?
Thanks in advance.
Thanks in advance.
Steema Software - Customer Support Forums
http://www.teechart.net/support/
elmec wrote:Is there some property like Series1->Marks->Color used to change the color of specified mark of TPointSeries?
Thanks in advance.
Code: Select all
Series1.Marks.Item[3].Color:=clRed;