dotnetCHARTING Send comments on this topic.
Shadow Property
See Also 
dotnetCHARTING Namespace > ChartArea Class : Shadow Property


Gets or sets the Shadow cast under this box.

Syntax

Visual Basic (Declaration) 
Public Property Shadow As Shadow
Visual Basic (Usage)Copy Code
Dim instance As ChartArea
Dim value As Shadow
 
instance.Shadow = value
 
value = instance.Shadow
C# 
public Shadow Shadow {get; set;}

See Also

© 2010 All Rights Reserved.