ActiveReports 8
MarkerType Enumeration
See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also