ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace / MarkerType Enumeration

In This Topic
    MarkerType Enumeration
    In This Topic
    Defines the marker types of chart.
    Syntax
    'Declaration
     
    Public Enum MarkerType 
       Inherits System.Enum
    public enum MarkerType : System.Enum 
    Members
    MemberDescription
    AutoThe automaticly determined marker type.
    CircleThe circle markers.
    CrossThe cross markers.
    DiamondThe diamond markers.
    NoneNo markerts should be displayed.
    SquareThe square markers.
    TriangleThe triangle markers.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart.MarkerType

    See Also