Dundas Chart for ASP.NET
MarkerStyle Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : MarkerStyle Enumeration


Specifies a style for markers.


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

No marker is displayed for the series/data point.


Marker disabled
Square

A square marker is displayed.


The marker style is Square
Circle

A circular marker is displayed.


The marker style is Circle
Diamond

A diamond-shaped marker is displayed.


The marker style is Diamond
Triangle

A triangular marker is displayed.


The marker style is Triangle
Cross

A cross-shaped marker is displayed.


The marker style is Cross
Star4 A 4-point star-shaped marker is displayed.

A 4 point star-shaped marker is displayed.


The marker style is 4 corner star
Star5

A 5-point star-shaped marker is displayed.


The marker style is 5 corner star
Star6

A 6-point star-shaped marker is displayed.


The marker style is 6 corner star
Star10

A 10-point star-shaped marker is displayed.


The marker style is 10 corner star

Remarks

The MarkerStyle enumeration represents a style that is used by a series/data point marker(s), and is used in conjunction with the MarkerStyle property.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.