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


In This Topic
    ShouldSerializeTag Method (ChartShape)
    In This Topic
    Indicates whether the Tag property should be persisted.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeTag() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeTag()
    public override bool ShouldSerializeTag()
    See Also