Chart.CustomizeLegend Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando la legenda del grafico deve essere personalizzata.
public:
event EventHandler<System::Windows::Forms::DataVisualization::Charting::CustomizeLegendEventArgs ^> ^ CustomizeLegend;
public event EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs> CustomizeLegend;
member this.CustomizeLegend : EventHandler<System.Windows.Forms.DataVisualization.Charting.CustomizeLegendEventArgs>
Public Custom Event CustomizeLegend As EventHandler(Of CustomizeLegendEventArgs)
Public Event CustomizeLegend As EventHandler(Of CustomizeLegendEventArgs)