IChartShadow.Color

Syntax

Color: IGxColor;

Description

The Color property determines a shadow color.

Example

This example assumes that there is the Serie object of the IChartSerie type.

Sub Shad;

Var

Serie: IChartSerie;

Begin

Serie.Shadow.Color := GxColor.FromName("Blue");

End Sub Shad;

After executing the example data series on the graph will have blue shadow.

See also:

IChartShadow