protected override void CreateObjects() { this.m_UICollection = new UIInputCollection(this); this.m_UICollection.NoHitDefaultType = typeof(PlotDataView); this.m_PrintAdapter = new PlotPrintAdapter(this); base.AddSubClass(this.PrintAdapter); this.m_Background = new PlotBrush(); base.AddSubClass(this.Background); this.I_Background = this.Background; this.m_Annotations = new PlotAnnotationBaseCollection(this); this.m_Labels = new PlotLabelBaseCollection(this); this.m_Legends = new PlotLegendBaseCollection(this); this.m_Tables = new PlotTableBaseCollection(this); this.m_ObjectList = new PlotObjectCollection(); this.m_SorterLayer = new PlotSorterLayer(); }
public PlotLabelBasicAccessor(PlotLabelBaseCollection value) { this.m_Collection = value; }