Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ExcelChartShape Class / GPoints Property


In This Topic
    GPoints Property (ExcelChartShape)
    In This Topic
    Gets or sets the geo points of the shape.
    Syntax
    'Declaration
     
    
    Public Property GPoints As Point()
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value() As Point
     
    instance.GPoints = value
     
    value = instance.GPoints
    public Point[] GPoints {get; set;}
    See Also