Search found 10 matches

by emwamin
Wed May 18, 2016 4:06 pm
Forum: VCL
Topic: How to give points different style
Replies: 4
Views: 7637

Re: How to give points different style

Hi

Please ignore my last post. I found the problem which was that I have indexed the color vector from 1 to N instead of 0 to (N-1).

BR
Amin
by emwamin
Wed May 18, 2016 8:00 am
Forum: VCL
Topic: How to give points different style
Replies: 4
Views: 7637

Re: How to give points different style

Hi

Thanks. It worked. But I get an extra point at (0,0). Do you know why I get that and how to avoid it?
I believe that I saw a similar report in another post, but cannot find it now.

BR
Amin
by emwamin
Tue May 17, 2016 8:03 am
Forum: VCL
Topic: How to give points different style
Replies: 4
Views: 7637

How to give points different style

Hi I am adding data to a TPoint3DSeries using the following code Chart1.FreeAllSeries(nil); mySerie:=TPoint3DSeries.Create(self); mySerie.Clear; Chart1.AddSeries(mySerie); mySerie.ColorEachPoint := true; for i:=1 to Data.NrOfColumns do begin mySerie.AddXY(xval,Yval,labelname,Colors[i]); end; After t...
by emwamin
Wed Jan 27, 2016 2:41 pm
Forum: VCL
Topic: ErrorBar not plotted correctly
Replies: 6
Views: 10082

Re: ErrorBar not plotted correctly

Hi After making that change I am facing a new problem. In toolbox I get the option for styling the ErrorBar but the controls are disabled. If you switch to another serie and switch back the styling controls are disappeared. I am using Delphi 7 and TeeChart version 2015.16.150901. BR emwamin Errorbar...
by emwamin
Wed Oct 07, 2015 8:51 am
Forum: VCL
Topic: Request for Violin plot
Replies: 1
Views: 4192

Request for Violin plot

Hi

If possible please add a serie which can create violin plot. This plot is used a lot in scientific and statistical applications.

BR
emwamin
violin.png
violin.png (64.95 KiB) Viewed 4303 times
by emwamin
Wed Oct 07, 2015 8:43 am
Forum: VCL
Topic: ErrorBar not plotted correctly
Replies: 6
Views: 10082

Re: ErrorBar not plotted correctly

Hi

Worked like a charm. Thanks.

BR
emwamin
by emwamin
Wed Oct 07, 2015 7:47 am
Forum: VCL
Topic: Series Chart color and Legend Chart color.
Replies: 7
Views: 14795

Re: Series Chart color and Legend Chart color.

Hi

I have upgraded to v2015.16 and can confirm that the problem is solved.
Thanks a lot.

BR
emwamin
by emwamin
Tue Oct 06, 2015 4:05 pm
Forum: VCL
Topic: ErrorBar not plotted correctly
Replies: 6
Views: 10082

Re: ErrorBar not plotted correctly

Hi

This solution works for me since I always use both Top and Down error bar. How can I get this correction?

BR
emwamin
by emwamin
Fri Oct 02, 2015 10:29 am
Forum: VCL
Topic: ErrorBar not plotted correctly
Replies: 6
Views: 10082

ErrorBar not plotted correctly

Hi It seems that ErrorBars are not plotted correctly when the Bar has a value below Zero. Only one side of the ErrorBar appear in the plot. This error has been in all previous versions. Last year I found a few posts in the forum claiming that it is corrected, but does not seems so. The following plo...
by emwamin
Fri Oct 02, 2015 10:01 am
Forum: VCL
Topic: Series Chart color and Legend Chart color.
Replies: 7
Views: 14795

Re: Series Chart color and Legend Chart color.

Hi This solution does not work for me. Not only that the legend does not have correct text color, it is not possible to change it with the Toolbox. I am using ErrorBar serie. I am using Tee Chart Pro v2015.14.150120. I have to add that this error introduced in the latest release. I have not changes ...