TeeChart Colouring
-
- Newbie
- Posts: 36
- Joined: Wed Aug 24, 2016 12:00 am
TeeChart Colouring
Is there a component that opens a form for colour selection only - I would like to use it for allowing the user to colour the chart titles without having to dig through menus?
Re: TeeChart Colouring
Hello,
The "Color..." Button in the "Chart\Titles (Title)\Format\Font" tab in the editor is a TButtonColor.
You can drag a TButtonColor on your form and assign the Title Font color to it as follows:
The "Color..." Button in the "Chart\Titles (Title)\Format\Font" tab in the editor is a TButtonColor.
You can drag a TButtonColor on your form and assign the Title Font color to it as follows:
Code: Select all
ButtonColor1.LinkProperty(Chart1.Title.Font, 'Color');
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |