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

Summary description for ChartImporter.
파일 보기 프로젝트 열기: monsterlabs/HumanRightsTracker 1 사용 예제들

공개 메소드들

메소드 설명
ChartImporter ( Chart chart ) : System

the constructor of the ChartImporter

CreateMainContent ( XmlNode node ) : void

create the main content of the chart

CreateParagraph ( XmlNode paragraphNode ) : Paragraph
Import ( ) : void

import the content and style of the chart

ImportChartStyles ( ) : void

import the style of the chart

ReadContent ( ) : void

read the content of the chart

ReadContentNodes ( ) : void

비공개 메소드들

메소드 설명
AddToCollection ( IContent content, ContentCollection coll ) : void
CreateChart ( XmlNode node ) : IContent

create the chart

CreateChartAxes ( XmlNode node ) : IContent

create the chart axes

CreateChartCategories ( XmlNode node ) : IContent

create the chart category

CreateChartDataPoint ( XmlNode node ) : IContent

create the chart data point

CreateChartFloor ( XmlNode node ) : IContent

create the chart floor

CreateChartGrid ( XmlNode node ) : IContent

create the chart grid

CreateChartLegend ( XmlNode node ) : IContent

create the chart legend

CreateChartPlotArea ( XmlNode node ) : IContent

create the chart plotarea

CreateChartSeries ( XmlNode node ) : IContent

create the chart series

CreateChartTitle ( XmlNode node ) : IContent

create the chart title

CreateChartWall ( XmlNode node ) : IContent

create the chart wall

CreateContent ( XmlNode node ) : IContent

create the content of the chart

CreateDr3dLight ( XmlNode node ) : IContent

create the dr3d light

ReadParagraphTextContent ( Paragraph paragraph ) : Paragraph

메소드 상세

ChartImporter() 공개 메소드

the constructor of the ChartImporter
public ChartImporter ( Chart chart ) : System
chart Chart
리턴 System

CreateMainContent() 공개 메소드

create the main content of the chart
public CreateMainContent ( XmlNode node ) : void
node System.Xml.XmlNode
리턴 void

CreateParagraph() 공개 메소드

public CreateParagraph ( XmlNode paragraphNode ) : Paragraph
paragraphNode System.Xml.XmlNode
리턴 AODL.Document.Content.Text.Paragraph

Import() 공개 메소드

import the content and style of the chart
public Import ( ) : void
리턴 void

ImportChartStyles() 공개 메소드

import the style of the chart
public ImportChartStyles ( ) : void
리턴 void

ReadContent() 공개 메소드

read the content of the chart
public ReadContent ( ) : void
리턴 void

ReadContentNodes() 공개 메소드

public ReadContentNodes ( ) : void
리턴 void