ActiveReports 12
MarkerType Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace : MarkerType Enumeration
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Chart Namespace