AODL.Document.Content.Charts.ChartTitle.ChartTitle C# (CSharp) Method

ChartTitle() public method

Initializes a new instance of the charttitle class.
public ChartTitle ( Chart chart ) : System
chart Chart
return System
		public ChartTitle(Chart chart)
		{
			this.Chart				= chart;
			this.Document			= chart.Document;
			this.NewXmlNode(null);
			this.InitStandards();
			this.TitleStyle = new TitleStyle (chart.Document ,null);
			this.Chart .Styles .Add (this.TitleStyle );
			//chart.Content .Add (this);
		}

Same methods

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