Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / Charts Property


In This Topic
    Charts Property (SheetView)
    In This Topic
    Gets the charts.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Charts As SpreadChartCollection
    'Usage
     
    
    Dim instance As SheetView
    Dim value As SpreadChartCollection
     
    value = instance.Charts
    public SpreadChartCollection Charts {get;}

    Property Value

    The charts.
    See Also