ClassLegendItemElementCreatingEventArgs
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
public class LegendItemElementCreatingEventArgs : EventArgs
Inheritance: objectEventArgsLegendItemElementCreatingEventArgs
Inherited Members
Constructors
LegendItemElementCreatingEventArgs(LegendItem)
Initializes a new instance of the LegendItemElementCreatingEventArgs class.
Declaration
cs-api-definition
public LegendItemElementCreatingEventArgs(LegendItem legendItem)
Parameters
legendItem
The legend item.
Properties
ItemElement
Gets or sets the item element that will be created.
Declaration
cs-api-definition
public LegendItemElement ItemElement { get; set; }
Property Value
LegendItem
Gets the legend item which holds the data.