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

Afficher le fichier Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ChartBuilderHelper ( IDocument document, ChartPlotArea chartPlotArea, CellRanges tableData ) : System
document IDocument
chartPlotArea ChartPlotArea
tableData CellRanges
Résultat System

CreateTableFromCellRange() public méthode

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
Résultat AODL.Document.Content.Tables.Table