Recalculates all dependent Series points again.
public Void RefreshSeries()

Remarks


The RefreshSeries method notifies all dependent Series to recalculate their points again. Each Series has a DataSource property. When DataSource is a valid Series or DataSet component, Series get all point values from the DataSource and adds them as Series points. The RefreshSeries method forces the Series to Clear and get all points again from the DataSource component. The Refreshing process traverses the Series tree recursively.  

See Also

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