CustomizeLegendEventArgs Class

Definition

Provides data for the CustomizeLegend event of the Chart control.

public ref class CustomizeLegendEventArgs : EventArgs
public class CustomizeLegendEventArgs : EventArgs
type CustomizeLegendEventArgs = class
    inherit EventArgs
Public Class CustomizeLegendEventArgs
Inherits EventArgs
Inheritance
CustomizeLegendEventArgs

Remarks

The CustomizeLegendEventArgs class is used in the CustomizeLegend event.

There are only two properties in this class. The LegendItems property allows you to delete or modify both default and custom legend items, and to add custom legend items. This property can also be used to change the order of legend items.

The LegendName property is used to identify the legend that raised this event.

Constructors

CustomizeLegendEventArgs(LegendItemsCollection)

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

CustomizeLegendEventArgs(LegendItemsCollection, String)

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

Properties

LegendItems

Used to remove, modify or change the order of both custom and default legend items in the CustomizeLegend event. Can also be used to add custom legend items.

LegendName

Gets the name of the Legend object, which can be used to determine which legend was the sender of the CustomizeLegend event.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to