ITransposeSeriesTool
Hierarchy Methods

Type Library
TeeChartx

Description
This tool is used to exchange series data rows by columns and vice-versa.

For example, if you have a chart with 3 series that have 5 points each series, after applying the transpose tool the chart will show 5 series with 3 points each series.

You can use transpose tool at design-time using the Chart Tools Editor dialog, or at runtime by code like the following example:

' Create Tool

TChart1.Tools.Add tcTransposeSeries

' Do transpose

TChart1.Tools.Items(0).asTransposeSeries.Transpose