FlexChart | ComponentOne
C1.WPF.Chart 程序集 / C1.WPF.Chart 命名空间 / FlexPie 类 / LegendItemFormat 事件

本主题中
    LegendItemFormat 事件 (FlexPie)
    本主题中
    Fires when formatting legend item.
    语法
    '声明
     
    Public Event LegendItemFormat As EventHandler(Of LegendItemFormatEventArgs)
    public event EventHandler<LegendItemFormatEventArgs> LegendItemFormat
    事件数据

    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.

    属性说明
    Gets data object associated with the legend item.  
    Gets or sets the legend item text.  
    请参见