/// <summary>
 /// Clones this instance.
 /// </summary>
 /// <returns>A new object that is a copy of this instance.</returns>
 public HeaderFooterSectionsModel Clone()
 {
     return(CopierHelper.DeepCopy(this));
 }
Esempio n. 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);
Esempio n. 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);
Esempio n. 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);
Esempio n. 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));
 }
Esempio n. 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);
Esempio n. 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));
 }
Esempio n. 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));
 }