Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SeriesDataField Class / DataOrientation Property


In This Topic
DataOrientation Property (SeriesDataField)
In This Topic
Gets a value that indicates whether the SeriesDataField returns data vertically or horizontally.
Syntax
'Declaration
 
Public Property DataOrientation As DataOrientation
 
'Usage
 
Dim instance As SeriesDataField
Dim value As DataOrientation
 
instance.DataOrientation = value
 
value = instance.DataOrientation

Property Value

true if vertical; otherwise, false.
See Also