Gets or sets the border color of markers, if used.
Legend item 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 for a legend item.
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).
Note: This property is applicable only to LegendCells, with a CellType of SeriesSymbol, or Image.
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