DataPointCustomProperties.LegendPostBackValue 属性

定义

获取或设置在发生 Click 事件时,可以处理的回发值。Gets or sets the postback value which can be processed on a Click event.

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

属性值

String

传递给 Click 事件的回发值。The postback value passed to the Click event.

适用于