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


In This Topic
    GraphicsSegmentInfo Property (ExcelChartShape)
    In This Topic
    Gets or sets the graphics segment info.
    Syntax
    'Declaration
     
    
    Public Property GraphicsSegmentInfo As MsoPathEscapeInfo()
    'Usage
     
    
    Dim instance As ExcelChartShape
    Dim value() As MsoPathEscapeInfo
     
    instance.GraphicsSegmentInfo = value
     
    value = instance.GraphicsSegmentInfo
    public MsoPathEscapeInfo[] GraphicsSegmentInfo {get; set;}
    See Also