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

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

Initializes a new instance of the ChartPlotArea class. This will create an empty cell that use the default cell style
public ChartFloor ( Chart chart ) : System
chart Chart
Результат System
		public ChartFloor(Chart chart)
		{
			this.Chart				= chart;
			this.Document			= chart.Document;
			this.NewXmlNode(null);
			this.FloorStyle = new FloorStyle (chart.Document);
			this.Chart .Styles .Add (this.FloorStyle );
			//this.InitStandards();
		}

Same methods

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