ComponentOne FlexReport for WinForms
ChartSymbolShape Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartSymbolShape Enumeration
Specifies the shape of a data point symbol.
Syntax
'Declaration
 
Public Enum ChartSymbolShape 
   Inherits System.Enum
public enum ChartSymbolShape : System.Enum 
Members
MemberDescription
BoxA data point is represented by a solid square.
CircleA data point is represented by the outline of a circle.
CrossA data point is represented by crossed horizontal and vertical lines.
DiagCrossA data point is represented by diagonal crossed lines.
DiamondA data point is represented by a solid diamond.
DotA data point is represented by a solid circle.
HorizontalLineA data point is represented by a short horizontal line.
InvertedTriA data point is represented by a solid inverted triangle.
NoneNo symbol represents a data point.
OpenDiamondA data point is represented by the outline of a diamond.
OpenInvertedTriA data point is represented by the outline of an inverted triangle.
OpenTriA data point is represented by the outline of a triangle.
SquareA data point is represented by the outline of a square.
StarA data point is represented by a solid star.
TriA data point is represented by a solid triangle.
VerticalLineA data point is represented by a short vertical line.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.FlexReport.Chart.ChartSymbolShape

See Also

Reference

C1.Win.FlexReport.Chart Namespace