This documentation is archived and is not being maintained.
LegendItem::MarkerBorderColor Property
Visual Studio 2010
Gets or sets the border color of the markers, if used.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[PersistenceModeAttribute(PersistenceMode::Attribute)] [TypeConverterAttribute(typeof(ColorConverter))] [BindableAttribute(true)] public: property Color MarkerBorderColor { Color get (); void set (Color value); }
Property Value
Type: System.Drawing::ColorA Color value that represents the ARGB (alpha, red, green, blue) color of a marker border.
To use markers, set the MarkerStyle property to a value other than 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. The MarkerBorderColor property setting has precedence over the BorderColor property setting.
Note |
|---|
This property is applicable only to LegendCell objects with a LegendCellType of either SeriesSymbol or Image. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
Note