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

Summary description for ChartBuilder.
Показать файл Открыть проект

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

Метод Описание
ChartBuilder ( IDocument Document ) : System
CreateAxis ( Chart chart, string Dimention, string name ) : ChartAxis
CreateChart ( Table table, ChartTypes type, string CellRange ) : Chart
CreateChartByAxisName ( Table table, ChartTypes type, string CellRange, string AxisXName, string AxisYName ) : Chart
CreateChartByAxises ( Table table, string CellRange, ChartTypes type, int dimension ) : Chart
CreateChartByCellRange ( Table table, string cellRange, ChartTypes type, string xAxisname, string yAxisname, string title, int dimension, string legendPos, string endCellAddress ) : Chart
CreateChartByLegend ( Table table, string CellRange, ChartTypes type, string legendPos, string Xpos, string Ypos, string XAxisname, string YAxisname ) : Chart
CreateChartByTitle ( Table table, string CellRange, ChartTypes type, string title, string xPosition, string yPosition, string xAxisname, string yAxisname ) : Chart

Описание методов

ChartBuilder() публичный метод

public ChartBuilder ( IDocument Document ) : System
Document IDocument
Результат System

CreateAxis() публичный статический метод

public static CreateAxis ( Chart chart, string Dimention, string name ) : ChartAxis
chart Chart
Dimention string
name string
Результат ChartAxis

CreateChart() публичный статический метод

public static CreateChart ( Table table, ChartTypes type, string CellRange ) : Chart
table AODL.Document.Content.Tables.Table
type ChartTypes
CellRange string
Результат Chart

CreateChartByAxisName() публичный статический метод

public static CreateChartByAxisName ( Table table, ChartTypes type, string CellRange, string AxisXName, string AxisYName ) : Chart
table AODL.Document.Content.Tables.Table
type ChartTypes
CellRange string
AxisXName string
AxisYName string
Результат Chart

CreateChartByAxises() публичный статический метод

public static CreateChartByAxises ( Table table, string CellRange, ChartTypes type, int dimension ) : Chart
table AODL.Document.Content.Tables.Table
CellRange string
type ChartTypes
dimension int
Результат Chart

CreateChartByCellRange() публичный статический метод

public static CreateChartByCellRange ( Table table, string cellRange, ChartTypes type, string xAxisname, string yAxisname, string title, int dimension, string legendPos, string endCellAddress ) : Chart
table AODL.Document.Content.Tables.Table
cellRange string
type ChartTypes
xAxisname string
yAxisname string
title string
dimension int
legendPos string
endCellAddress string
Результат Chart

CreateChartByLegend() публичный статический метод

public static CreateChartByLegend ( Table table, string CellRange, ChartTypes type, string legendPos, string Xpos, string Ypos, string XAxisname, string YAxisname ) : Chart
table AODL.Document.Content.Tables.Table
CellRange string
type ChartTypes
legendPos string
Xpos string
Ypos string
XAxisname string
YAxisname string
Результат Chart

CreateChartByTitle() публичный статический метод

public static CreateChartByTitle ( Table table, string CellRange, ChartTypes type, string title, string xPosition, string yPosition, string xAxisname, string yAxisname ) : Chart
table AODL.Document.Content.Tables.Table
CellRange string
type ChartTypes
title string
xPosition string
yPosition string
xAxisname string
yAxisname string
Результат Chart