[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.Legend

Legend Class

The Legend element defines the properties that are used to display instances of the series groupings in a chart legend.

Inheritance
Legend
Implements
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class Legend : IValidateable

Constructors

Name Description
Legend()

Initializes a new instance of the Legend class.

Properties

Name Description
InsidePlotArea

Gets or sets a value indicating whether to draw the legend inside or outside the plot area.

Layout

Gets or sets the arrangement of labels within the legend.

Position

Gets or sets the position of the legend.

Style

Gets or sets the text, border and background style properties for the legend.

UseSmartSettings

Gets or sets the value indicates whether to use automatic legend.

Visible

Gets or sets a value indicating whether a legend is displayed.

Methods

Name Description
Validate(ValidationContext)

Validates the information in each property of the Legend object.

Extension Methods