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

ChartDataPoint() public method

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style
public ChartDataPoint ( Chart chart ) : System
chart Chart
return System
		public ChartDataPoint(Chart chart)
		{
			this.Chart				= chart;
			this.Document			= chart.Document;
			this.NewXmlNode(null);
			this.DataPointStyle = new DataPointStyle (chart.Document);
			this.Chart .Styles .Add (this.DataPointStyle ); 
			//this.InitStandards();
		}

Same methods

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