Inheritance: OpenRA.Widgets.Widget
示例#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;
     XAxisTicksPerLabel        = other.XAxisTicksPerLabel;
     XAxisLabel                = other.XAxisLabel;
     YAxisLabel                = other.YAxisLabel;
     DisplayFirstYAxisValue    = other.DisplayFirstYAxisValue;
     LabelFont                 = other.LabelFont;
     AxisFont             = other.AxisFont;
     BackgroundColorDark  = other.BackgroundColorDark;
     BackgroundColorLight = other.BackgroundColorLight;
     Padding = other.Padding;
 }
示例#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;
 }