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?
TLegendPalette
TLegendPalette
- Attachments
-
- LegendPallette with left exceeding boundaries
- TLegendPallette.JPG (9.55 KiB) Viewed 3304 times
Re: TLegendPalette
Hi Sam,
I think you are looking for this:
I think you are looking for this:
Code: Select all
LegendPaletteTool.Chart.Axes.Left.Visible:=false;
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |