protected override void CreateObjects() { base.CreateObjects(); this.m_Pen = new PlotPen(); base.AddSubClass(this.Pen); this.I_Pen = this.Pen; }
protected override void CreateObjects() { base.CreateObjects(); this.m_Line = new PlotPen(); base.AddSubClass(this.Line); this.I_Line = this.Line; }
protected override void CreateObjects() { base.CreateObjects(); this.m_Line = new PlotPen(); base.AddSubClass(this.Line); this.I_Line = this.Line; ((ISubClassBase)this.Line).ColorAmbientSource = AmbientColorSouce.Color; }
protected override void CreateObjects() { base.CreateObjects(); this.m_CellsFormatting = new PlotTableCellsFormatting(); base.AddSubClass(this.CellsFormatting); this.m_GridOutline = new PlotPen(); base.AddSubClass(this.GridOutline); this.I_GridOutline = this.GridOutline; this.I_TextLayoutDat = this.CellsFormatting.Data.TextLayout; this.I_TextLayoutCol = this.CellsFormatting.ColTitles.TextLayout; this.I_TextLayoutRow = this.CellsFormatting.RowTitles.TextLayout; }
protected override void CreateObjects() { base.CreateObjects(); this.m_Trace = new PlotPen(); base.AddSubClass(this.Trace); this.I_Trace = this.Trace; this.m_Markers = new PlotMarker(); base.AddSubClass(this.Markers); this.I_Markers = this.Markers; ((ISubClassBase)this.Trace).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.Markers.Fill.Pen).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.Markers.Fill.Brush).ColorAmbientSource = AmbientColorSouce.Color; }
protected override void CreateObjects() { base.CreateObjects(); this.m_Major = new PlotPen(); base.AddSubClass(this.Major); this.I_Major = this.Major; this.m_Mid = new PlotPen(); base.AddSubClass(this.Mid); this.I_Mid = this.Mid; this.m_Minor = new PlotPen(); base.AddSubClass(this.Minor); this.I_Minor = this.Minor; }
protected override void CreateObjects() { base.CreateObjects(); this.m_Line = new PlotPen(); base.AddSubClass(this.Line); this.I_Line = this.Line; this.m_Hint = new PlotDataCursorHint(this); base.AddSubClass(this.Hint); this.I_Hint = this.Hint; this.m_Window = new PlotDataCursorWindow(this); base.AddSubClass(this.Window); this.I_Window = this.Window; this.m_Pointer1 = new PlotDataCursorPointer(this); base.AddSubClass(this.Pointer1); this.I_Pointer1 = this.Pointer1; this.m_Pointer2 = new PlotDataCursorPointer(this); base.AddSubClass(this.Pointer2); this.I_Pointer2 = this.Pointer2; this.m_Displays = new PlotDataCursorDisplayCollection(); ((ISubClassBase)this.Line).ColorAmbientSource = AmbientColorSouce.Color; this.m_Pointer1.PropertyChanged += this.m_Pointer_PropertyChanged; this.m_Pointer2.PropertyChanged += this.m_Pointer_PropertyChanged; }
protected override void CreateObjects() { base.CreateObjects(); this.m_FillHigh = new PlotFill(); base.AddSubClass(this.FillHigh); this.I_FillHigh = this.FillHigh; this.m_FillLow = new PlotFill(); base.AddSubClass(this.FillLow); this.I_FillLow = this.FillLow; this.m_Markers = new PlotMarker(); base.AddSubClass(this.Markers); this.I_Markers = this.Markers; this.m_Trace = new PlotPen(); base.AddSubClass(this.Trace); this.I_Trace = this.Trace; ((ISubClassBase)this.Trace).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.FillHigh.Pen).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.FillHigh.Brush).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.FillLow.Pen).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.FillLow.Brush).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.Markers.Fill.Pen).ColorAmbientSource = AmbientColorSouce.Color; ((ISubClassBase)this.Markers.Fill.Brush).ColorAmbientSource = AmbientColorSouce.Color; this.m_TraceFastDraw = new PlotTraceFastDraw(); }