TeeChart Colouring

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Sharpenski
Newbie
Newbie
Posts: 36
Joined: Wed Aug 24, 2016 12:00 am

TeeChart Colouring

Post by Sharpenski » Tue Sep 20, 2016 1:24 pm

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?

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart Colouring

Post by Yeray » Wed Sep 21, 2016 9:25 am

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:

Code: Select all

ButtonColor1.LinkProperty(Chart1.Title.Font, 'Color');
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply