Chart.CustomizeLegend Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre quando a legenda do gráfico deve ser personalizada.
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)