Mixing series styles

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
jProg
Newbie
Newbie
Posts: 1
Joined: Tue Mar 16, 2004 5:00 am
Contact:

Mixing series styles

Post by jProg » Tue Jul 26, 2005 3:31 pm

Is there a way to create a chart with a Gantt series at the bottom and a Point-line graph above it?

Marc
Site Admin
Site Admin
Posts: 1265
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Tue Jul 26, 2005 10:22 pm

Hello,

Yes, using the Editor you could:
- Add a Gantt Series
- Go to the Axis::Position tab and set the Start position for the LeftAxis to 50% (That will restrict the Gantt to the lower half of the Chart)

- Go to the Axis tab, on the Left select the "+" button to add a new Custom Axis. Confirm that the 'Visible' Checkbox is checked.
- Go to the Position tab and set the End Position to 50%.
- Add a Point and/or LineSeries and go to the Series::General tab and select 'Custom 0' as the Series' vertical Axis.

....add data as required to both Series and you should see that the Gantt resides in the lower half of the Chart and the Line (and/or Point) in the top half.

Regards,
Marc Meumann

Post Reply