Sets the vertical displacement of the shadow in pixels.
public Int32 Height {get; set;}

Remarks


Sets the vertical displacement of the shadow in pixels.

Example


[C#]

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

See Also

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