There's an example in the TeeNew demo showing this at "All features\Welcome !\Miscellaneous\Series Marks\Custom per point":
Code: Select all
with Marks[3] do
begin
Font.Size:=14;
Color:=clSilver;
end;
Code: Select all
with Marks[3] do
begin
Font.Size:=14;
Color:=clSilver;
end;