Search found 5 matches

by rimaqui
Fri Sep 07, 2012 12:04 am
Forum: VCL
Topic: Delphi won't Find a component
Replies: 2
Views: 3012

Re: Delphi won't Find a component

Hi Yeray, thank you for your answer. It was a silly question that I made.
Best regards.
Ricardo
by rimaqui
Mon Sep 03, 2012 7:32 pm
Forum: VCL
Topic: Delphi won't Find a component
Replies: 2
Views: 3012

Delphi won't Find a component

Hi Yeray, I'm having problem with the findcomponent method for TChartAxis. I've seen in the documentation that there's not such a method for this type. This is the command line I'm using to access the component dynamically: TChartAxis(FindComponent(Eixo)).AutomaticMaximum := false; At runtime, Delph...
by rimaqui
Thu Aug 23, 2012 6:24 pm
Forum: VCL
Topic: Plot Histogram with vertical axis in Percentage
Replies: 5
Views: 5238

Re: Plot Histogram with vertical axis in Percentage

Hi Yeray, 2.The position of the Bars of the Histogram are being placed out of the correct position. I have tried to change the property periodAlign to paFirst and paCenter, but it makes no difference. Could you give me some hint on that ? Now I've returned to the histogram bar positions and I did a ...
by rimaqui
Tue Aug 07, 2012 12:33 pm
Forum: VCL
Topic: Plot Histogram with vertical axis in Percentage
Replies: 5
Views: 5238

Re: Plot Histogram with vertical axis in Percentage

Hi Yeray, Thank you for your answer. I have solved the problem with another workaround that is much more, let say, "complex", but it's working fine: I created another chart with the same number of series of the first chart. The series of the second chart are "manual" entered values that I calculate ...
by rimaqui
Mon Aug 06, 2012 2:47 pm
Forum: VCL
Topic: Plot Histogram with vertical axis in Percentage
Replies: 5
Views: 5238

Plot Histogram with vertical axis in Percentage

Hi, This is my first post to this forum and I'm also new to Delphi and TeeChart, so, I'm probably missing some obvious function or property. Is it possible to plot the histogram alternatively in percentage or count, just by changing some property ? I can draw the percentage in the marks, but not in ...