C# Класс AODL.Document.Content.Charts.ChartBuilderHelper

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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