Search found 3 matches

by HMArnold
Mon Aug 30, 2010 4:40 pm
Forum: VCL
Topic: Stacked Multibar 3D
Replies: 2
Views: 2579

Re: Stacked Multibar 3D

Works perfectly.

Thank you very much.
by HMArnold
Thu Aug 26, 2010 12:59 pm
Forum: VCL
Topic: Stacked Multibar 3D
Replies: 2
Views: 2579

Stacked Multibar 3D

I have an application where I need to be able to show information stacked, like a multibar, but using the Z direction as well. When I use multiple bars and select multiple stack groups, they all come out side by side on the front plane. When I use a 3D tower, I get the ability to define values back ...
by HMArnold
Thu Jun 17, 2010 3:35 pm
Forum: VCL
Topic: Runtime RoundRectangle Problem
Replies: 1
Views: 1998

Runtime RoundRectangle Problem

When I run the following Delphi code : procedure TGraphForm.Display(Sender: TObject); var Series : TChartShape; begin Chart.SeriesList.Clear; Series := Chart.AddSeries(TChartShape) as TChartShape; Series.Style := chasRectangle; Series.RoundRectangle := true; Series.Text.Add('Test 1'); Series.Alignme...