ActiveReports 12
MarkerType Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MarkerType Enumeration
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

Reference

GrapeCity.ActiveReports.PageReportModel Namespace