TLineSeries, Skipping NULL or zero

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Byron Upchurch
Newbie
Newbie
Posts: 2
Joined: Sat Sep 01, 2001 4:00 am
Location: Paso Robles, California

TLineSeries, Skipping NULL or zero

Post by Byron Upchurch » Fri Dec 07, 2007 4:38 pm

Is it possible to exclude NULL values from an axis using a TLineSeries?

The Chart: I have a chart with a TLineSeries that displays point values on the Y axis, and group numbers on the X axis. The group numbers on the X axis represent groups of data (1,2,3,..).

The Problem: I allow users to choose which groups of data they want to see. If they choose groups 1, 40 and 64, there are large gaps on the chart; meaning, the group numbers with no data still display between the selected group numbers (1,2,3..40,41,42,... etc.).

The Question: So, is it possible to display only the selected group numbers on the bottom axis, and exclude empty points? The objective is to keep the relevant data compact. So the bottom axis would display (to use my foregoing example) only 1, 40, 64, without the intervening numbers.
Byron Upchurch

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Dec 10, 2007 9:39 am

Hi Byron,

I'm afraid this is not possible at the moment. However, we are currently working on implementing TAxisBreaksTool for future versions to achieve what you request.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Byron Upchurch
Newbie
Newbie
Posts: 2
Joined: Sat Sep 01, 2001 4:00 am
Location: Paso Robles, California

TLineSeries, Skipping NULL or zero

Post by Byron Upchurch » Mon Dec 10, 2007 4:27 pm

Very well.
Thanks, Narcis.
Byron Upchurch

Post Reply