public Int32 Width {get; set;}
Remarks
Sets the horizontal 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