Share via


DataPointCustomProperties.LegendPostBackValue 属性

定义

获取或设置在发生 Click 事件时,可以处理的回发值。

public:
 property System::String ^ LegendPostBackValue { System::String ^ get(); void set(System::String ^ value); };
public string LegendPostBackValue { get; set; }
member this.LegendPostBackValue : string with get, set
Public Property LegendPostBackValue As String

属性值

传递给 Click 事件的回发值。

适用于