Legend::InterlacedRowsColor Property

.NET Framework (current version)
 

Gets or sets the background color of the legend's interlaced rows.

Namespace:   System.Windows.Forms.DataVisualization.Charting
Assembly:  System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)

public:
[TypeConverterAttribute((ColorConverter^::typeid))]
property Color InterlacedRowsColor {
	Color get();
	void set(Color value);
}

Property Value

Type: System.Drawing::Color

A Color value that specifies the background color of the legend's interlaced rows.

This property is only applicable if interlaced rows are used.

.NET Framework
Available since 4.0
Return to top
Show: