AODL.Document.Content.Charts.ChartLegend.ChartLegend C# (CSharp) Метод

ChartLegend() публичный Метод

the consturctor of the chart legend
public ChartLegend ( IDocument document, XmlNode node ) : System
document IDocument
node System.Xml.XmlNode
Результат System
		public ChartLegend(IDocument document,XmlNode node)
		{
			this.Document =document;
			this.Node =node;
		}

Same methods

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