Stacked Bar Chart and Marks

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Errol
Newbie
Newbie
Posts: 75
Joined: Thu Jul 11, 2013 12:00 am

Re: Stacked Bar Chart and Marks

Post by Errol » Sun May 04, 2014 9:09 pm

One more question about bar charts and marks. Is there an easy way (i.e. some chart command) to stop marks from displaying outside the graph axes when I zoom or pan (see attachment)?
MarksOutsideAxes.png
MarksOutsideAxes.png (29.84 KiB) Viewed 3776 times

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

Re: Stacked Bar Chart and Marks

Post by Yeray » Mon May 05, 2014 7:14 am

Hi Errol,
Errol wrote:Is there an easy way (i.e. some chart command) to stop marks from displaying outside the graph axes when I zoom or pan (see attachment)?
Yes, the Series' Marks.Clip property:

Code: Select all

Series1.Marks.Clip:=true;
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