Spread WPF 18
GrapeCity.Spreadsheet.Charts Namespace / IChartArea Interface / ClearContents Method


In This Topic
    ClearContents Method
    In This Topic
    Clears the data from a chart but leaves the formatting.
    Syntax
    'Declaration
     
    Sub ClearContents() 
    'Usage
     
    Dim instance As IChartArea
     
    instance.ClearContents()
    void ClearContents()
    See Also