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


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