ActiveReports.Chart Request technical support
MarkerStyle Enumeration
See Also  


Specifies the shape of the marker.

Syntax

Visual Basic (Declaration) 
Public Enum MarkerStyle 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As MarkerStyle
C# 
public enum MarkerStyle : Enum 

Members

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

Inheritance Hierarchy

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

See Also