ActiveReports Developer 7
MarkerStyle Enumeration
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace : MarkerStyle Enumeration

Glossary Item Box

Specifies the shape of the marker.

Syntax

Visual Basic (Declaration) 
Public Enum MarkerStyle 
   Inherits System.Enum
C# 
public enum MarkerStyle : System.Enum 

Members

MemberDescription
CircleA circle shape is displayed.
CrossAn X-like cross shape is displayed.
DiamondA diamond shape is displayed.
InvTriangleAn inverted triangle shape is displayed.
NoneNo shape is displayed.
PointA dot shape is displayed.
PyramidA pyramid shape is displayed.
SquareA square shape is displayed.
TriangleA triangle shape is displayed.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.MarkerStyle

See Also