TiPlotLegend.ColumnTitlesFont

TiPlotLegend See Also

Specifies the font attributes of column titles in the legend.

property ColumnTitlesFont : TFont;

Description

Use ColumnTitlesFont to change the font attributes of column titles in the legend. To change to a new font, specify a new TFontobject. To modify a font, change the value of the Color, Height, Name, Pitch, Size, or Style of the TFontobject.

Example

Delphi

iComponent.Legend[0].ColumnTitlesFont.Name := 'MS Sans Serif';

C++ Builder

iComponent->Legend[0]->ColumnTitlesFont->Name = "MS Sans Serif";

Contents | Index | Previous | Next