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

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

Inits the standards.
private InitStandards ( ) : void
Результат void
		private void InitStandards()
		{
			this.NewXmlNode();
			this.PropertyCollection				= new IPropertyCollection();
			this.PropertyCollection.Inserted	+= PropertyCollection_Inserted;
			this.PropertyCollection.Removed		+= PropertyCollection_Removed;
			this.FamilyStyle					= "chart";
			//			this.Document.Styles.Add(this);
		}