Ejemplo n.º 1
0
 public PlotTableCell(PlotTableBase table, PlotTableCellFormat cellFormat)
 {
     this.m_Table        = table;
     this.m_TextLayout   = cellFormat.TextLayout;
     this.I_AmbientOwner = cellFormat;
     this.m_ImageIndex   = -1;
 }
Ejemplo n.º 2
0
 protected override void CreateObjects()
 {
     base.CreateObjects();
     this.m_ColTitles = new PlotTableCellFormat();
     base.AddSubClass(this.ColTitles);
     this.m_RowTitles = new PlotTableCellFormat();
     base.AddSubClass(this.RowTitles);
     this.m_Data = new PlotTableCellFormat();
     base.AddSubClass(this.Data);
 }