/// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private Chart4Plots1X4YLegendsTraced(DummyTraceClass dummyArgument)
     : base(
         new PlotAreaTraced("PlotArea0"),
         new PlotAreaTraced("PlotArea1"),
         new PlotAreaTraced("PlotArea2"),
         new PlotAreaTraced("PlotArea3"),
         new LegendScrollerXTraced(new LegendXDateTraced()),
         new LegendScrollerYTraced("YLegendScroller0"),
         new LegendScrollerYTraced("YLegendScroller1"),
         new LegendScrollerYTraced("YLegendScroller2"),
         new LegendScrollerYTraced("YLegendScroller3")
         )
 {
 }
Exemple #2
0
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private LegendXTraced(DummyTraceClass dummyArgument) : base()
 {
 }
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private PlotAreaTraced(DummyTraceClass dummyArgument)
 {
 }
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private CanvasTraced(DummyTraceClass dummyArgument) : base()
 {
 }
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private LegendScrollerXTraced(DummyTraceClass dummyArgument, LegendX newLegendX) : base(newLegendX)
 {
 }
Exemple #6
0
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private XControlTraced(DummyTraceClass dummyArgument) : base()
 {
 }
Exemple #7
0
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 //private Chart1Plot1X1YLegendTraced(DummyTraceClass dummyArgument): base(new PlotAreaTraced(), new LegendScrollerXTraced(), new LegendScrollerYTraced(),
 //  new GridTraced("ZoomGrid")) {
 //}
 private Chart1Plot1X1YLegendTraced(DummyTraceClass dummyArgument) : base(new PlotAreaTraced(), new LegendScrollerXTraced(), new LegendScrollerYTraced())
 {
 }
Exemple #8
0
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private BorderTraced(DummyTraceClass dummyArgument) : base()
 {
 }
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private GridTraced(DummyTraceClass dummyArgument) : base()
 {
 }
Exemple #10
0
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private LegendScrollerYTraced(DummyTraceClass dummyArgument, LegendY legendY) : base(legendY)
 {
 }
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private CustomControlSampleTraced(DummyTraceClass dummyArgument) : base()
 {
 }
 /// <summary>
 /// Dummy constructor allowing public constructor to call TraceCreateStart() before construtor gets executed
 /// </summary>
 private ScrollViewerTraced(DummyTraceClass dummyArgument) : base()
 {
 }