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

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

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

			chart.Content .Add (this);
		}

Same methods

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