C# Class AODL.Document.Content.Charts.ChartBuilderHelper

Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
ChartBuilderHelper ( IDocument document, ChartPlotArea chartPlotArea, CellRanges tableData ) : System
CreateTableFromCellRange ( ) : Table

build the data table of the chart according to the struct of the cell range copy the data from the spreadsheet document table according to the cell range

Private Methods

Method Description
BothHasLabels ( ) : void
CreateNullStringCell ( Table table ) : Cell

CreateRowHeader ( Table table ) : RowHeader

create the row header of the data table of the chart

CreateRowSerialCell ( Table table, int SerialNum ) : Cell

create the row serial cell

FirstLineLabels ( ) : void
NoLabels ( ) : void

Method Details

ChartBuilderHelper() public method

public ChartBuilderHelper ( IDocument document, ChartPlotArea chartPlotArea, CellRanges tableData ) : System
document IDocument
chartPlotArea ChartPlotArea
tableData CellRanges
return System

CreateTableFromCellRange() public method

build the data table of the chart according to the struct of the cell range copy the data from the spreadsheet document table according to the cell range
public CreateTableFromCellRange ( ) : Table
return AODL.Document.Content.Tables.Table