Dundas.SharePoint.Charting.WebParts Send comments on this topic.
MarkerStyle Enumeration
See Also  
Dundas.Charting.WebControl Namespace : MarkerStyle Enumeration


Marker Style

Syntax

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

Members

Member Description
None Marker disabled
Square The marker style is Square
Circle The marker style is Circle
Diamond The marker style is Diamond
Triangle The marker style is Triangle
Cross The marker style is Cross
Star4 The marker style is 4 corner star
Star5 The marker style is 5 corner star
Star6 The marker style is 6 corner star
Star10 The marker style is 10 corner star

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.MarkerStyle

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also