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


Gets or sets the border color of a point's markers, if used.


Data point marker border color

Syntax

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

Return Value

A Color structure that represents the ARGB color of a marker's border.

Remarks

Gets or sets the border color of markers.

If this property is set for both a data point and its series then the data point's color will be used. The series border color will only be used for data points that do not specify their own color. For a detailed explanation on how data is drawn please see the Appearance of Data topic.

To use markers set the MarkerStyle property to a value other than MarkerStyle.None.

Note that markers will not be applied to pie, doughnut, and any stacked chart types.

For custom legends the BorderColor property will also set the border color of markers (MarkerBorderColor has precedence over BorderColor).

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.