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


In This Topic
    ShouldSerializeShape Method (ChartShape)
    In This Topic
    Determines if the shape should be serialized.
    Syntax
    'Declaration
     
    
    Public Overrides Function ShouldSerializeShape() As Boolean
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Boolean
     
    value = instance.ShouldSerializeShape()
    public override bool ShouldSerializeShape()
    See Also