dotnetCHARTING Send comments on this topic.
Transpose() Method
See Also 
dotnetCHARTING Namespace > SeriesCollection Class > Transpose Method : Transpose() Method


Transposes the data of this series collection. Data is transposed by converting the series in this collection to elements and the element groups into series.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Transpose() 
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
 
instance.Transpose()
C# 
public void Transpose()

See Also

© 2010 All Rights Reserved.