Dundas Chart for ASP.NET
MarkerStyle Property
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > DataPointAttributes Class : MarkerStyle Property


Gets or sets the style of markers.


Data point marker style

Syntax

Visual Basic (Declaration)  
Public Property MarkerStyle As MarkerStyle
Visual Basic (Usage) Copy Code
Dim instance As DataPointAttributes
Dim value As MarkerStyle
 
instance.MarkerStyle = value
 
value = instance.MarkerStyle
C#  
public MarkerStyle MarkerStyle {get; set;}

Return Value

A MarkerStyle integer enumeration. The default is "None".

Remarks

Gets or sets the style of marker(s) for a data point.

If this property is set for both a data point and its series then the data point's marker style will be used. The series' marker style will only be used for data points that do not have their own "MarkerStyle" attribute set.

If both a data point and its associated series have their MarkerStyle attributes set to MarkerStyle.None then no marker will be used (default). For a detailed explanation on how data is drawn please see the Appearance of Data topic.

Note that markers will not be applied to data points of pie, doughnut, funnel, pyramid,  stacked area, stacked bar, stacked column, 100 stacked bar, 100 stacked column, and 100% stacked area. 

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.