CustomizeLegendEventArgs Constructor (LegendItemsCollection, String)

.NET Framework (current version)
 

Initializes a new instance of the CustomizeLegendEventArgs class with the specified LegendItemsCollection and legend name.

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

public CustomizeLegendEventArgs(
	LegendItemsCollection legendItems,
	string legendName
)

Parameters

legendItems
Type: System.Web.UI.DataVisualization.Charting.LegendItemsCollection

The LegendItemsCollection.

legendName
Type: System.String

The legend name.

.NET Framework
Available since 4.0
Return to top
Show: