Works perfectly.
Thank you very much.
Search found 3 matches
- Mon Aug 30, 2010 4:40 pm
- Forum: VCL
- Topic: Stacked Multibar 3D
- Replies: 2
- Views: 2602
- Thu Aug 26, 2010 12:59 pm
- Forum: VCL
- Topic: Stacked Multibar 3D
- Replies: 2
- Views: 2602
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 ...
- Thu Jun 17, 2010 3:35 pm
- Forum: VCL
- Topic: Runtime RoundRectangle Problem
- Replies: 1
- Views: 2026
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...