LegendItem.MarkerBorderColor Property
.NET Framework (current version)
Gets or sets the border color of the markers, if used.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)] [TypeConverterAttribute(typeof(ColorConverter))] [PersistenceModeAttribute(PersistenceMode.Attribute)] public Color MarkerBorderColor { get; set; }
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. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
