C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / FlexRadar Class / LegendItemFormat Event

LegendItemFormat Event (FlexRadar)
Fires when formatting legend item.
Syntax
'Declaration
 
Public Event LegendItemFormat As EventHandler(Of LegendItemFormatEventArgs)
 
Event Data

The event handler receives an argument of type LegendItemFormatEventArgs containing data related to this event. The following LegendItemFormatEventArgs properties provide information specific to this event.

PropertyDescription
Gets data object associated with the legend item.  
Gets or sets the legend item text.  
See Also