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

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

public ChartLegend ( Chart chart, string styleName ) : System
chart Chart
styleName string
Результат System
		public ChartLegend(Chart chart,string styleName)
		{
			this.Chart =chart;
			this.Document =chart.Document;			
			this.NewXmlNode (styleName);
			this.LegendStyle = new LegendStyle (this.Document,styleName);
			this.Chart .Styles .Add (this.LegendStyle );

			chart.Content .Add (this);
		}

Same methods

ChartLegend::ChartLegend ( Chart chart ) : System
ChartLegend::ChartLegend ( IDocument document, XmlNode node ) : System