Determines whether the shadow will appear on screen.
public Boolean Visible {get; set;}

Remarks


The Visible property determines whether the shadow will appear on screen.

Example


[C#]

tChart1.Legend.Shadow.Visible = true; 
tChart1.Legend.Shadow.Width = 10;
tChart1.Legend.Shadow.Color = Color.DarkRed;
tChart1.Legend.Shadow.Transparency = 50;

See Also

Shadow Class | Shadow Members | Steema.TeeChart.Drawing Namespace