C1.WPF.C1Chart3D Namespace / C1Chart3DLegend Class / Orientation Property


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