Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChart Interface / SetSourceData Method / SetSourceData(IRange) Method
The range that contains the source data.
In This Topic
    SetSourceData(IRange) Method
    In This Topic
    Sets the source data range for the chart.
    Syntax
    void SetSourceData( 
       IRange source
    )

    Parameters

    source
    The range that contains the source data.
    See Also