MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel.DV Namespace / SymbolShape Enumeration

SymbolShape Enumeration
Specifies the shape of series symbols
Syntax
'Declaration
 
Public Enum SymbolShape 
   Inherits System.Enum
 
Members
MemberDescription
AutoIndicates the default style symbol shape
BoxIndicates the square box style symbol shape
DashIndicates the dash style symbol shape
DiamondIndicates the diamond style symbol shape
DotIndicates the round dot style symbol shape
PlusIndicates the + style symbol shape
TriangleIndicates the triangle style symbol shape
XIndicates the X-style symbol shape
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.PageReportModel.DV.SymbolShape

See Also