See Also

Chart Class  | Chart Members

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

DefaultShadow Property

Gets or sets a shadow object whose properties will trickle to all other objects with shadows.

[Visual Basic]
Public Property DefaultShadow As Shadow
[C#]
public Shadow DefaultShadow {get; set;}

Example

[C#] 

Shadow shadowObj = new Shadow(); 
shadowObj.Color = Color.Blue; 
shadowObj.Depth = 5; 
shadowObj.Soft =true; 
Chart.DefaultShadow = shadowObj;

[Visual Basic] 

Dim shadowObj As Shadow = new Shadow()
shadowObj.Color = Color.Blue
shadowObj.Depth = 5
shadowObj.Soft =true
Chart.DefaultShadow = shadowObj

See Also

Chart Class  | Chart Members

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.