ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / Series Class / LegendItemsMode Property

In This Topic
    LegendItemsMode Property
    In This Topic
    Gets or sets the mode used to display legend items.
    Syntax
    'Declaration
     
    Public Property LegendItemsMode As LegendMode
    public LegendMode LegendItemsMode {get; set;}
    Remarks
    The default value is Auto, which specifies that legend items be displayed as points for one figure charts (e.g., doughnut, pyramid, and funnel) and series for all others.
    See Also