ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart 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
    public Orientation Orientation {get; set;}
    See Also