Search found 3 matches
- Tue Apr 27, 2004 1:32 pm
- Forum: VCL
- Topic: TBarSeries
- Replies: 2
- Views: 6567
OnBeforeGenerate Event of the Report Builder Detail Band that contained the data-aware TeeChart component was the event to fire off my scale handling: procedure Trpt_HBS0120.ppDetailBand5BeforeGenerate(Sender: TObject); var myVertAxis : TChartAxis; minY, maxY: Double; begin inherited; myVertAxis := ...
- Fri Apr 23, 2004 4:10 pm
- Forum: VCL
- Topic: TBarSeries
- Replies: 2
- Views: 6567
Solution To TBarSeries ALL ZERO BARS Issue
Well, I found my own solution. But I have not determined which event to tap into yet. Probably the OnPaint Event of the Chart to set these properties or in the OnGetData event of the datasource or something like that. Anyhow, this issue stems from the automatic axis settings. When all values are zer...
- Fri Apr 23, 2004 3:07 pm
- Forum: VCL
- Topic: TBarSeries
- Replies: 2
- Views: 6567
TBarSeries
TDBTeeChart/ TBarSeries, under the condition when ALL of the bar VALUES in a series are set to ZERO, the chart displays the origin at the center of the left Y-Axis, with a line for each bar in the middle of the chart. How can I stop this behavior and make the zero bars display at the bottom of the c...