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

InitStandards() приватный Метод

Inits the standards.
private InitStandards ( ) : void
Результат void
		private void InitStandards()
		{					    
			this.Content			= new ContentCollection();
			this.Content.Inserted	+= Content_Inserted;
			this.Content.Removed	+= Content_Removed;
		}