ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Legend Class / Position Property

In This Topic
    Position Property (Legend)
    In This Topic
    Gets or sets the position of the legend.
    Syntax
    'Declaration
     
    Public Property Position As LegendPosition
    public LegendPosition Position {get; set;}

    Property Value

    A LegendPosition enumeration indicating the position of the legend.
    See Also