dotnetCHARTING Send comments on this topic.
Transpose Property
See Also  Example
dotnetCHARTING Namespace > Chart Class : Transpose Property



Gets or sets a value indicating whether data added to this chart's SeriesCollection property is automatically transposed.

Syntax

Visual Basic (Declaration) 
Public Property Transpose As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.Transpose = value
 
value = instance.Transpose
C# 
public bool Transpose {get; set;}
C++/CLI 
public:
property bool Transpose {
   bool get();
   void set (bool value);
}

Example

C#Copy Code
Chart.Transpose = true; 
Visual BasicCopy Code
Chart.Transpose = true

See Also

Reference

Chart Class
Chart Members
Transpose
Transpose