ActiveReports Developer 7
MarkerType Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace : MarkerType Enumeration

Glossary Item Box

Specifies the type of marker to use with chart data.

Syntax

Visual Basic (Declaration) 
Public Enum MarkerType 
   Inherits System.Enum
C# 
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