IChartPlacedItem.FontColor

Syntax

FontColor: ;

Description

The FontColor property determines font color.

Example

This example assumes that there is the Caption object of the IChartCaption type.

Sub FontColor;
Var
    Caption : IChartCaption;
Begin
    Caption.FontColor := New GxColor.CreateARGB(255,0,126,255);
End Sub FontColor;

After executing the example chart title is displayed in light blue font.

See also:

IChartPlacedItem