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

In This Topic
    MarkerType Enumeration
    In This Topic
    Specifies the type of marker to use with chart data.
    Syntax
    'Declaration
     
    Public Enum MarkerType 
       Inherits System.Enum
    public enum MarkerType : System.Enum 
    Members
    MemberDescription
    AutoIndicates that a marker shape is chosen automatically.
    CircleIndicates a round marker.
    CrossIndicates a cross-shaped marker.
    DiamondIndicates a diamond-shaped marker.
    NoneIndicates no marker.
    SquareIndicates a square marker.
    TriangleIndicates a triangular marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.PageReportModel.MarkerType

    See Also