[ANSWERED] SCROLL IN CHART SCLINE WITH MARKS

TeeChart for ActiveX, COM and ASP
Post Reply
jika
Newbie
Newbie
Posts: 27
Joined: Mon Mar 18, 2013 12:00 am

[ANSWERED] SCROLL IN CHART SCLINE WITH MARKS

Post by jika » Mon Mar 25, 2013 8:38 am

Hello
when i scroll in chart scline the "MARKS" are visible out the chat Under the legend
Last edited by jika on Tue Apr 09, 2013 8:24 am, edited 1 time in total.

Yeray
Site Admin
Site Admin
Posts: 9587
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: SCROLL IN CHART SCLINE WITH MARKS

Post by Yeray » Mon Mar 25, 2013 12:09 pm

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
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply