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

Summary description for ChartBuilder.
Afficher le fichier Open project: monsterlabs/HumanRightsTracker

Méthodes publiques

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

Method Details

ChartBuilder() public méthode

public ChartBuilder ( IDocument Document ) : System
Document IDocument
Résultat System

CreateAxis() public static méthode

public static CreateAxis ( Chart chart, string Dimention, string name ) : ChartAxis
chart Chart
Dimention string
name string
Résultat ChartAxis

CreateChart() public static méthode

public static CreateChart ( Table table, ChartTypes type, string CellRange ) : Chart
table AODL.Document.Content.Tables.Table
type ChartTypes
CellRange string
Résultat Chart

CreateChartByAxisName() public static méthode

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
Résultat Chart

CreateChartByAxises() public static méthode

public static CreateChartByAxises ( Table table, string CellRange, ChartTypes type, int dimension ) : Chart
table AODL.Document.Content.Tables.Table
CellRange string
type ChartTypes
dimension int
Résultat Chart

CreateChartByCellRange() public static méthode

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
Résultat Chart

CreateChartByLegend() public static méthode

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
Résultat Chart

CreateChartByTitle() public static méthode

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
Résultat Chart