Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartShape Class / Elements Property


In This Topic
    Elements Property (ChartShape)
    In This Topic
    Gets the collection of IElement-derived objects that the current ElementWindowless object contains.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property Elements As Elements
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Elements
     
    value = instance.Elements
    protected override Elements Elements {get;}
    See Also