Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ChartLegend Class / Position Property

In This Topic
    Position Property (ChartLegend)
    In This Topic
    Gets or sets the position of the legend.

    Default: ChartElementAutoPosition.RightTop.

    Syntax
    'Declaration
     
    Public Property Position As RdlEnum(Of ChartElementAutoPosition)
    public RdlEnum<ChartElementAutoPosition> Position {get; set;}
    See Also