Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ResetShadowColor Method


In This Topic
    ResetShadowColor Method (ChartShape)
    In This Topic
    Resets the color of the shadow to the default value.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetShadowColor() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetShadowColor()
    public override void ResetShadowColor()
    See Also