Search found 3 matches

by Luboslav
Thu Oct 22, 2015 9:55 am
Forum: VCL
Topic: Volumepipe + bubble chart - segment area
Replies: 5
Views: 6323

Re: Volumepipe + bubble chart - segment area

type TVolumePipeSeriesAccess=class(TVolumePipeSeries); TArrayBounds= Array of TTrapeziumPoints; TpProj=^TrProj; TrProj=record name:string; activestage:string; end; TForm1 = class(TForm) Chart1: TChart; procedure FormCreate(Sender: TObject); procedure Chart1AfterDraw(Sender: TObject); procedure Form...
by Luboslav
Wed Oct 21, 2015 9:15 am
Forum: VCL
Topic: Volumepipe + bubble chart - segment area
Replies: 5
Views: 6323

Re: Volumepipe + bubble chart - segment area

hi, thank you very much for that example. Sorry to say it but i'm not concerned on that ellipse. I still cant figure out how to combine volumepipe and bubble chart together. example of data : 6 project stages = 6 stages of volumepipe chart. bubble chart data- could be in more active stages Project1 ...
by Luboslav
Mon Oct 05, 2015 9:12 am
Forum: VCL
Topic: Volumepipe + bubble chart - segment area
Replies: 5
Views: 6323

Volumepipe + bubble chart - segment area

Hello, I have to combine volumepipe+bubble chart together. volumepipe = stages of projects, bubbles = project in current stage(radius = money costs). *Is it possible? I was not successful in this task in design mode.bubbles were changing its position according many factors(radius, max y pos etc) I t...