Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IChart Interface / SetSourceData Method / SetSourceData(IRange,RowCol) Method
The range that contains the source data.
Specifies the way the data is to be plotted. Can be either of the following RowCol constants: Columns or Rows.
In This Topic
    SetSourceData(IRange,RowCol) Method
    In This Topic
    Sets the source data range for the chart.
    Syntax
    void SetSourceData( 
       IRange source,
       RowCol plotBy
    )

    Parameters

    source
    The range that contains the source data.
    plotBy
    Specifies the way the data is to be plotted. Can be either of the following RowCol constants: Columns or Rows.
    See Also