ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / C1ChartLegend Class / Orientation Property


In This Topic
    Orientation Property (C1ChartLegend)
    In This Topic
    Gets or sets the layout orientation for the legend.
    Syntax
    'Declaration
     
    
    Public Property Orientation As Orientation
    'Usage
     
    
    Dim instance As C1ChartLegend
    Dim value As Orientation
     
    instance.Orientation = value
     
    value = instance.Orientation
    public Orientation Orientation {get; set;}
    See Also