Page 1 of 1

TLegendPalette

Posted: Tue Nov 24, 2009 2:23 am
by 10550286
Hi, I'm using the LegendPallette. I would like to have my LegendPallette only have numbers on its right side.
It seems if I specify Axis = laOther then the left of the coloured section of the palette seems to run off the boundary of the tool(see uploaded image).
If I instead leave Axis = laBoth and then turn off the left axis through the tool options, the LegendPallette displays how I want it. Unfortunately I can't figure out how to gain access to this property via the code(all my charts are dynamically created).
As in, the Axes property doesn't seem accessible (Axis, yes, Axes, no).

One way or another, I want to solve this issue. Suggestions?

Re: TLegendPalette

Posted: Tue Nov 24, 2009 8:52 am
by yeray
Hi Sam,

I think you are looking for this:

Code: Select all

LegendPaletteTool.Chart.Axes.Left.Visible:=false;