Example #1
0
 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 PlotLegendChannelImageAccessor(PlotLegendBaseCollection value)
 {
     this.m_Collection = value;
 }
Example #3
0
 public PlotLegendBasicAccessor(PlotLegendBaseCollection value)
 {
     this.m_Collection = value;
 }
 public PlotLegendMultiColumnAccessor(PlotLegendBaseCollection value)
 {
     this.m_Collection = value;
 }