Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ResetShadowDirection Method


In This Topic
    ResetShadowDirection Method (ChartShape)
    In This Topic
    Resets the direction of the shadow to the default, which is None.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetShadowDirection() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetShadowDirection()
    public override void ResetShadowDirection()
    See Also