Search found 4 matches

by andreask
Tue Mar 30, 2004 11:31 am
Forum: VCL
Topic: TChartListBox
Replies: 1
Views: 5776

TChartListBox

Hi,
the MouseDownEvent from the TChartListBox is never fired. I need this Event in my programm because the MouseUpEvent is to late.

best regards Andreas
by andreask
Wed Mar 24, 2004 2:49 pm
Forum: VCL
Topic: Change axis of TGanttSeries
Replies: 1
Views: 5898

Change axis of TGanttSeries

Is it possible to change the axis of a TGanttSeries, so that I have 2 Y-Values and 1 X-Value? Or is their another way to have 2 Y-Value and 1 X-Value?
regards
Andreas
by andreask
Tue Feb 24, 2004 2:26 pm
Forum: VCL
Topic: Change SeriesType at Runtime
Replies: 2
Views: 7761

Hi Pep, Thanks for the quick answer. The sample project works fine for me to (Version 5.02). I have found the error. After changing the seriestype my series lost the connection to the custom axis. I have created a customvertaxis with property otherside := true which shows datetimes. The left axis sh...
by andreask
Mon Feb 23, 2004 3:24 pm
Forum: VCL
Topic: Change SeriesType at Runtime
Replies: 2
Views: 7761

Change SeriesType at Runtime

Hallo
I change the SeriesType with the following codesnipet

tmp := dbChart.Series[0];
ChangeSeriesType(tmp, TBarSeries);

The ChartListbox notifies the new style. In the Charteditor I can see the old Values. But I cannot see the serie. What I am doing wrong?