Changes the background color of the Legend box.
public Color Color {get; set;}

Remarks

Default: White

The Color property is used to change the background color of the Legend box.

Example


[C#]

((Bar)tChart1[0]).Chart.Legend.Color = Color.Blue; 

See Also

Legend Class | Legend Members | Steema.TeeChart Namespace