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