Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / ContainedObjects Property


In This Topic
    ContainedObjects Property (ChartShape)
    In This Topic
    Gets or sets the contained objects of the object.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ContainedObjects As Elements
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Elements
     
    value = instance.ContainedObjects
    public override Elements ContainedObjects {get;}
    See Also