C# Класс AODL.Document.Content.Charts.ChartImporter

Summary description for ChartImporter.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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