Search found 4 matches

by lindev
Wed Dec 12, 2012 8:52 am
Forum: FMX
Topic: How to method not drawing outside in graph axis
Replies: 6
Views: 15693

Re: How to method not drawing outside in graph axis

Hi,

I solved that I implement the your idea.
Thanks.
by lindev
Tue Dec 04, 2012 1:42 am
Forum: FMX
Topic: How to method not drawing outside in graph axis
Replies: 6
Views: 15693

Re: How to method not drawing outside in graph axis

Hi,

Thank you for the information.

I hope that have the similar clipping effect as VCL.
Do you know how to solve in a different way?
by lindev
Fri Nov 30, 2012 1:16 pm
Forum: FMX
Topic: How to method not drawing outside in graph axis
Replies: 6
Views: 15693

Re: How to method not drawing outside in graph axis

Hi,

Oh...
Is It bug on TeeChart ?
by lindev
Fri Nov 30, 2012 2:26 am
Forum: FMX
Topic: How to method not drawing outside in graph axis
Replies: 6
Views: 15693

How to method not drawing outside in graph axis

Hi,

I want to know method for not drawing outside in graph axis on graph drawing.

First, I tried to use ClipPoints property.
code is following.

chart = GetChartName(0, chartindex, all);
chart->ClipPoints = true;


But it code is not effectively.
How to solve this problem?

Thanks.