Page 1 of 1

TeeChart Colouring

Posted: Tue Sep 20, 2016 1:24 pm
by 16479009
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

Posted: Wed Sep 21, 2016 9:25 am
by yeray
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');