Overload List

Copies all properties from one Series component to another.

public Void Assign(Steema.TeeChart.Styles.Series)

Copies all properties from one Series component to another.

public Void Assign(Steema.TeeChart.Styles.Series, Steema.TeeChart.Styles.Series)

Remarks


The Assign method copies all properties from a Series component to another.
Only the common properties shared by both source and destination Series are copied.

The following code copies all properties from Series2 into Series1:

Series1.Assign( Series2 ) ;


Some Series types restore property values after assigning them. For example, Points series
restores the Pointer.Visible property to true after being assigned to a Line series, which has
Pointers invisible by default.

Note: Series events are not assigned.  Series DataSource and FunctionType properties are
assigned.  Assign is used by CloneChartSeries and ChangeSeriesType methods for example.

See Also

Series Class | Series Members | Steema.TeeChart.Styles Namespace