GrapeCity.Windows.SpreadSheet.Data Namespace / Legend Class / Orientation Property


In This Topic
Orientation Property (Legend)
In This Topic
Gets or sets the layout orientation for the legend.
Syntax
'Declaration
 
Public Property Orientation As Orientation
 
'Usage
 
Dim instance As Legend
Dim value As Orientation
 
instance.Orientation = value
 
value = instance.Orientation
See Also