ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / StdLegendMarker Enumeration

In This Topic
    StdLegendMarker Enumeration
    In This Topic
    Specifies the standard legend marker shape to use.
    Syntax
    'Declaration
     
    Public Enum StdLegendMarker 
       Inherits System.Enum
    public enum StdLegendMarker : System.Enum 
    Members
    MemberDescription
    AreaA filled area shape is used.
    BarA filled rectangular shape is used.
    LineA line is used.
    NoneNo shape is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Chart.StdLegendMarker

    See Also