/// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>A new object that is a copy of this instance.</returns>
 public HeaderFooterSectionsModel Clone()
 {
     return(CopierHelper.DeepCopy(this));
 }
示例#2
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>
 /// A new object that is a copy of this instance.
 /// </returns>
 public StylesCollection Clone() => CopierHelper.DeepCopy(this);
示例#3
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>
 /// A new object that is a copy of this instance.
 /// </returns>
 public PlotAreasModel Clone() => CopierHelper.DeepCopy(this);
示例#4
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>
 /// A new object that is a copy of this instance.
 /// </returns>
 public SeriesModel Clone() => CopierHelper.DeepCopy(this);
示例#5
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>A new object that is a copy of this instance.</returns>
 public StylesModel Clone()
 {
     return(CopierHelper.DeepCopy(this));
 }
示例#6
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>
 /// A new object that is a copy of this instance.
 /// </returns>
 public ChartsCollection Clone() => CopierHelper.DeepCopy(this);
示例#7
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>A new object that is a copy of this instance.</returns>
 public DataFiltersModel Clone()
 {
     return(CopierHelper.DeepCopy(this));
 }
示例#8
0
 /// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>A new object that is a copy of this instance.</returns>
 public ConditionsModel Clone()
 {
     return(CopierHelper.DeepCopy(this));
 }