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

Summary description for ChartBuilder.
Datei anzeigen Open project: monsterlabs/HumanRightsTracker

Public Methods

Method 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 method

public ChartBuilder ( IDocument Document ) : System
Document IDocument
return System

CreateAxis() public static method

public static CreateAxis ( Chart chart, string Dimention, string name ) : ChartAxis
chart Chart
Dimention string
name string
return ChartAxis

CreateChart() public static method

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

CreateChartByAxisName() public static method

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
return Chart

CreateChartByAxises() public static method

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

CreateChartByCellRange() public static method

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
return Chart

CreateChartByLegend() public static method

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
return Chart

CreateChartByTitle() public static method

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
return Chart