'Declaration
<Foundation.ExportAttribute("LegendOrientation")> <BrowsableAttribute(True)> Public Property LegendOrientation As Orientation
'Usage
Dim instance As ChartBase Dim value As Orientation instance.LegendOrientation = value value = instance.LegendOrientation
[Foundation.Export("LegendOrientation")] [Browsable(true)] public Orientation LegendOrientation {get; set;}