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

Summary description for ChartPlotArea.
Inheritance: IContent, IContentContainer
Datei anzeigen Open project: monsterlabs/HumanRightsTracker Class Usage Examples

Public Methods

Method Description
BuildNode ( ) : XmlNode

Builds the node.

ChartPlotArea ( Chart chart ) : System
ChartPlotArea ( Chart chart, string styleName ) : System

Initializes a new instance of the ChartPlotArea class.

ChartPlotArea ( IDocument document, XmlNode node ) : System

Initializes a new instance of the ChartPlotArea class.

FirstColumnHasLabels ( ) : bool

if fistColumnl has labels

FirstLineHasLabels ( ) : bool

if fistLine has labels or not

InitPlotArea ( ) : void

Init the plotarea

Private Methods

Method Description
Content_Inserted ( int index, object value ) : void

Content_s the inserted.

Content_Removed ( int index, object value ) : void

Content_s the removed.

CreateAttribute ( string name, string text, string prefix ) : void
InitStandards ( ) : void
NewXmlNode ( string styleName ) : void

Method Details

BuildNode() public method

Builds the node.
public BuildNode ( ) : XmlNode
return System.Xml.XmlNode

ChartPlotArea() public method

public ChartPlotArea ( Chart chart ) : System
chart Chart
return System

ChartPlotArea() public method

Initializes a new instance of the ChartPlotArea class.
public ChartPlotArea ( Chart chart, string styleName ) : System
chart Chart
styleName string The style name.
return System

ChartPlotArea() public method

Initializes a new instance of the ChartPlotArea class.
public ChartPlotArea ( IDocument document, XmlNode node ) : System
document IDocument The document.
node System.Xml.XmlNode The node.
return System

FirstColumnHasLabels() public method

if fistColumnl has labels
public FirstColumnHasLabels ( ) : bool
return bool

FirstLineHasLabels() public method

if fistLine has labels or not
public FirstLineHasLabels ( ) : bool
return bool

InitPlotArea() public method

Init the plotarea
public InitPlotArea ( ) : void
return void