Page 1 of 1

Change axis of TGanttSeries

Posted: Wed Mar 24, 2004 2:49 pm
by 5886996
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

Posted: Wed Mar 24, 2004 3:50 pm
by Pep
Hi Andreas,

yes, in TeeChart v5 one solution might be to use TChartAxis OnGetAxisLabel and OnGetNextAxisLabel events to customize axis increment and axis labels for individual axis.
In TeeChart v6 and v7 you can also define custom axis labels with arbitrary interval. You can see one example of this in the TeeChart Pro Demo Features project which is included in the installation.