Page 1 of 1

[ANSWERED] SCROLL IN CHART SCLINE WITH MARKS

Posted: Mon Mar 25, 2013 8:38 am
by 16665441
Hello
when i scroll in chart scline the "MARKS" are visible out the chat Under the legend

Re: SCROLL IN CHART SCLINE WITH MARKS

Posted: Mon Mar 25, 2013 12:09 pm
by yeray
Hi,

Try setting the Marks.Clip property to true:

Code: Select all

  TChart1.Series(1).Marks.Visible = True
  TChart1.Series(1).Marks.Clip = True
  TChart1.Series(1).Marks.Shadow.Visible = False