GrapeCity.Xaml.Excel
DataPointMarkStyle Enumeration


GrapeCity.Excel.Chart Namespace : DataPointMarkStyle Enumeration
Specifies the marker that is nused for the data points.
Syntax
'Declaration
 
Public Enum DataPointMarkStyle 
   Inherits System.Enum
'Usage
 
Dim instance As DataPointMarkStyle
public enum DataPointMarkStyle : System.Enum 
Members
MemberDescription
Circle Specifies a circle shall be drawn at each data point
Dash Specifies a dash shall be drawn at each data point
Diamond Specifies a diamond shall be drawn at each data point
Dot Specifies a Dot shall be drawn at each data point
None Specifies nothing shall be drawn at each data point
Picture Specifies a picture shall be drawn at each data point
Plus Specifies a plus shall be drawn at each data point
Square Specifies a square shall be drawn at each data point
Star Specifies a start shall be drawn at each data point
Triangle Specifies a triangle shall be drawn at each data point
X Specifies an X shall be drawn at each data point
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Excel.Chart.DataPointMarkStyle

See Also

Reference

GrapeCity.Excel.Chart Namespace