Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3DLegend Class / Position Property


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