Spread Silverlight Documentation
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
CircleSpecifies a circle shall be drawn at each data point
DashSpecifies a dash shall be drawn at each data point
DiamondSpecifies a diamond shall be drawn at each data point
DotSpecifies a Dot shall be drawn at each data point
NoneSpecifies nothing shall be drawn at each data point
PictureSpecifies a picture shall be drawn at each data point
PlusSpecifies a plus shall be drawn at each data point
SquareSpecifies a square shall be drawn at each data point
StarSpecifies a start shall be drawn at each data point
TriangleSpecifies a triangle shall be drawn at each data point
XSpecifies an X shall be drawn at each data point
Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

GrapeCity.Excel.Chart Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.