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


In This Topic
    ResetShadowOffsetX Method (ChartShape)
    In This Topic
    Resets the amount of offset of the shadow in the horizontal direction to the default value, which is 5.0F.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetShadowOffsetX() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetShadowOffsetX()
    public override void ResetShadowOffsetX()
    See Also