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


Gets or sets a value indicating whether the data with which the specified DataGrid control is populated will be transposed.

Syntax

Visual Basic (Declaration) 
Public Property DataGridTranspose As Boolean
Visual Basic (Usage)Copy Code
Dim instance As Chart
Dim value As Boolean
 
instance.DataGridTranspose = value
 
value = instance.DataGridTranspose
C# 
public bool DataGridTranspose {get; set;}

Example

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

See Also

© 2010 All Rights Reserved.