Chart.CustomizeLegend Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se produce cuando se debe personalizar la leyenda del gráfico.
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)