ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / LegendType Enumeration

In This Topic
    LegendType Enumeration
    In This Topic
    Specifies the legend type
    Syntax
    'Declaration
     
    Public Enum LegendType 
       Inherits System.Enum
    public enum LegendType : System.Enum 
    Members
    MemberDescription
    ColorIndicates legend for Color encoding
    ShapeIndicates legend for Shape encoding
    SizeIndicates legend for Size encoding
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.DV.LegendType

    See Also