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


In This Topic
    Shape Property (ChartShape)
    In This Topic
    Gets or sets the shape of the object.
    Syntax
    'Declaration
     
    
    Public Overrides Property Shape As Object
    'Usage
     
    
    Dim instance As ChartShape
    Dim value As Object
     
    instance.Shape = value
     
    value = instance.Shape
    public override object Shape {get; set;}
    See Also