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


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