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


In This Topic
    ResetTag Method (ChartShape)
    In This Topic
    Resets the Tag object for the element to its default value.
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetTag() 
    'Usage
     
    
    Dim instance As ChartShape
     
    instance.ResetTag()
    public override void ResetTag()
    See Also