.netCHARTING v10.5 Documentation
Example 


dotnetCHARTING Namespace > Chart Class : Transpose Property
Transpose Property
Gets or sets a value indicating whether data added to this chart's SeriesCollection property is automatically transposed.
Syntax
'Declaration
 
Public Property Transpose As Boolean
'Usage
 
Dim instance As Chart
Dim value As Boolean
 
instance.Transpose = value
 
value = instance.Transpose
public bool Transpose {get; set;}
Example
Chart.Transpose = true;
Chart.Transpose = true
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also