ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / Legend Class / Position Property


In This Topic
    Position Property (Legend)
    In This Topic
    Gets or sets the legend position. The position is relative to the corresponding chart.
    Syntax
    'Declaration
     
    
    Public Property Position As LegendPosition
    'Usage
     
    
    Dim instance As Legend
    Dim value As LegendPosition
     
    instance.Position = value
     
    value = instance.Position
    public LegendPosition Position {get; set;}
    See Also