Hi,
I solved that I implement the your idea.
Thanks.
Search found 4 matches
- Wed Dec 12, 2012 8:52 am
- Forum: FMX
- Topic: How to method not drawing outside in graph axis
- Replies: 6
- Views: 15815
- Tue Dec 04, 2012 1:42 am
- Forum: FMX
- Topic: How to method not drawing outside in graph axis
- Replies: 6
- Views: 15815
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?
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?
- Fri Nov 30, 2012 1:16 pm
- Forum: FMX
- Topic: How to method not drawing outside in graph axis
- Replies: 6
- Views: 15815
Re: How to method not drawing outside in graph axis
Hi,
Oh...
Is It bug on TeeChart ?
Oh...
Is It bug on TeeChart ?
- Fri Nov 30, 2012 2:26 am
- Forum: FMX
- Topic: How to method not drawing outside in graph axis
- Replies: 6
- Views: 15815
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.
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.