Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartExtension Class / GenerateChartFromMultipleCellRange Method
The chart.
The sheet view.
The cell ranges.


In This Topic
    GenerateChartFromMultipleCellRange Method
    In This Topic
    Continues generating series from an analyzed chart.
    Syntax
    'Declaration
     
    
    Public Sub GenerateChartFromMultipleCellRange( _
       ByVal chart As SpreadChart, _
       ByVal sheetView As SheetView, _
       ByVal cellRanges() As CellRange _
    ) 
    'Usage
     
    
    Dim instance As SpreadChartExtension
    Dim chart As SpreadChart
    Dim sheetView As SheetView
    Dim cellRanges() As CellRange
     
    instance.GenerateChartFromMultipleCellRange(chart, sheetView, cellRanges)
    public void GenerateChartFromMultipleCellRange( 
       SpreadChart chart,
       SheetView sheetView,
       CellRange[] cellRanges
    )

    Parameters

    chart
    The chart.
    sheetView
    The sheet view.
    cellRanges
    The cell ranges.
    See Also