LegendItem.SeparatorColor Property

.NET Framework (current version)
 

Gets or sets the color of the legend item separator.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<TypeConverterAttribute(GetType(ColorConverter))>
Public Property SeparatorColor As Color

Property Value

Type: System.Drawing.Color

A Color value used to draw the color of the legend item separator. The default value is Black.

This property is applicable to the entire LegendItem.

.NET Framework
Available since 4.0
Return to top
Show: