Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / IChartObject Interface / Chart Property


In This Topic
    Chart Property
    In This Topic
    Gets an IChart object that represents the chart contained in the object.
    Syntax
    'Declaration
     
    
    ReadOnly Property Chart As IChart
    'Usage
     
    
    Dim instance As IChartObject
    Dim value As IChart
     
    value = instance.Chart
    IChart Chart {get;}
    See Also