Dundas Chart for Windows Forms
MarkerBorderColor Property
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > LegendItem Class : MarkerBorderColor Property


Gets or sets the border color of markers, if used.


Legend item marker border color

Syntax

Visual Basic (Declaration)  
Public Property MarkerBorderColor As Color
Visual Basic (Usage) Copy Code
Dim instance As LegendItem
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 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.

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

© 2009 All Rights Reserved.