C# 클래스 AODL.Document.Content.Charts.ChartBuilderHelper

파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

ChartBuilderHelper() 공개 메소드

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

CreateTableFromCellRange() 공개 메소드

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
리턴 AODL.Document.Content.Tables.Table