Interface ISciChartOverviewTransformation
Defines an interface that can be used to transform a renderable series for display in the SciChartOverview.
Namespace:
Assembly: .dll
Syntax
public interface ISciChartOverviewTransformation
Methods
transformRenderableSeries(renderableSeries.IRenderableSeries renderableSeries)
Transforms the input IRenderableSeries into a new IRenderableSeries instance for the overview.
Declaration
public abstract renderableSeries.IRenderableSeries transformRenderableSeries(renderableSeries.IRenderableSeries renderableSeries)
Parameters
| Type | Name | Description |
|---|---|---|
| renderableSeries.IRenderableSeries | renderableSeries | The input IRenderableSeries. |
Returns
| Type | Description |
|---|---|
| renderableSeries.IRenderableSeries | The transformed IRenderableSeries, or null if the series should not be displayed in the overview. |