Gets or sets the border color of a point's markers, if used.
Data point marker border color
Visual Basic (Declaration) | |
---|---|
Public Property MarkerBorderColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public Color MarkerBorderColor {get; set;} |
Return Value
A Color structure that represents the ARGB color of a marker's border.
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).
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