Left axis scaling visible without any series active

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
treanla
Newbie
Newbie
Posts: 1
Joined: Wed Nov 16, 2005 5:00 am

Left axis scaling visible without any series active

Post by treanla » Wed Jan 04, 2006 7:32 pm

Is it possible to have the left (and right) axis scaling displayed without having any series present ?
The default behaviour hides all scaling if there are no series present.

/Anders

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Jan 05, 2006 9:59 am

Hi Anders,

a trick to do this is to associate one Series to the Axes, but setting its Color to clNone, and if you don't want that will be showed in the legend set the ShowInLegend property to false.

Post Reply