DataPointCustomProperties.LegendPostBackValue Property

Definition

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

Property Value

The postback value passed to the Click event.

Applies to