Exemplo n.º 1
0
		protected LineGraphWidget(LineGraphWidget other)
			: base(other)
		{
			GetSeries = other.GetSeries;
			GetValueFormat = other.GetValueFormat;
			GetXAxisValueFormat = other.GetXAxisValueFormat;
			GetYAxisValueFormat = other.GetYAxisValueFormat;
			GetXAxisSize = other.GetXAxisSize;
			GetYAxisSize = other.GetYAxisSize;
			GetXAxisLabel = other.GetXAxisLabel;
			GetYAxisLabel = other.GetYAxisLabel;
			GetDisplayFirstYAxisValue = other.GetDisplayFirstYAxisValue;
			GetLabelFont = other.GetLabelFont;
			GetAxisFont = other.GetAxisFont;
			ValueFormat = other.ValueFormat;
			XAxisValueFormat = other.XAxisValueFormat;
			YAxisValueFormat = other.YAxisValueFormat;
			XAxisSize = other.XAxisSize;
			YAxisSize = other.YAxisSize;
			XAxisLabel = other.XAxisLabel;
			YAxisLabel = other.YAxisLabel;
			DisplayFirstYAxisValue = other.DisplayFirstYAxisValue;
			LabelFont = other.LabelFont;
			AxisFont = other.AxisFont;
		}
Exemplo n.º 2
0
 protected LineGraphWidget(LineGraphWidget other)
     : base(other)
 {
     GetSeries                 = other.GetSeries;
     GetValueFormat            = other.GetValueFormat;
     GetXAxisValueFormat       = other.GetXAxisValueFormat;
     GetYAxisValueFormat       = other.GetYAxisValueFormat;
     GetXAxisSize              = other.GetXAxisSize;
     GetYAxisSize              = other.GetYAxisSize;
     GetXAxisLabel             = other.GetXAxisLabel;
     GetYAxisLabel             = other.GetYAxisLabel;
     GetDisplayFirstYAxisValue = other.GetDisplayFirstYAxisValue;
     GetLabelFont              = other.GetLabelFont;
     GetAxisFont               = other.GetAxisFont;
     ValueFormat               = other.ValueFormat;
     XAxisValueFormat          = other.XAxisValueFormat;
     YAxisValueFormat          = other.YAxisValueFormat;
     XAxisSize                 = other.XAxisSize;
     YAxisSize                 = other.YAxisSize;
     XAxisLabel                = other.XAxisLabel;
     YAxisLabel                = other.YAxisLabel;
     DisplayFirstYAxisValue    = other.DisplayFirstYAxisValue;
     LabelFont                 = other.LabelFont;
     AxisFont = other.AxisFont;
 }