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


xAxis
The axis bound to data that is to be transposed.
Transposes the data bound to a specified axis. 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( _
   ByVal xAxis As Axis _
) 
Visual Basic (Usage)Copy Code
Dim instance As SeriesCollection
Dim xAxis As Axis
 
instance.Transpose(xAxis)
C# 
public void Transpose( 
   Axis xAxis
)

Parameters

xAxis
The axis bound to data that is to be transposed.

See Also

© 2010 All Rights Reserved.