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

Summary description for ChartBuilder.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker

공개 메소드들

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