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

Summary description for ChartImporter.
Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

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

Private Methods

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

Method Details

ChartImporter() public method

the constructor of the ChartImporter
public ChartImporter ( Chart chart ) : System
chart Chart
return System

CreateMainContent() public method

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

CreateParagraph() public method

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

Import() public method

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

ImportChartStyles() public method

import the style of the chart
public ImportChartStyles ( ) : void
return void

ReadContent() public method

read the content of the chart
public ReadContent ( ) : void
return void

ReadContentNodes() public method

public ReadContentNodes ( ) : void
return void