CustomizeLegendEventArgs Construtores
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.
Inicializa uma nova instância da classe CustomizeLegendEventArgs.
Sobrecargas
CustomizeLegendEventArgs(LegendItemsCollection) |
Inicializa uma nova instância da classe CustomizeLegendEventArgs com o LegendItemsCollection especificado. |
CustomizeLegendEventArgs(LegendItemsCollection, String) |
Inicializa uma nova instância da classe CustomizeLegendEventArgs com a LegendItemsCollection e o nome da legenda especificados. |
CustomizeLegendEventArgs(LegendItemsCollection)
Inicializa uma nova instância da classe CustomizeLegendEventArgs com o LegendItemsCollection especificado.
public:
CustomizeLegendEventArgs(System::Web::UI::DataVisualization::Charting::LegendItemsCollection ^ legendItems);
public CustomizeLegendEventArgs (System.Web.UI.DataVisualization.Charting.LegendItemsCollection legendItems);
new System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs : System.Web.UI.DataVisualization.Charting.LegendItemsCollection -> System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs
Public Sub New (legendItems As LegendItemsCollection)
Parâmetros
- legendItems
- LegendItemsCollection
Aplica-se a
CustomizeLegendEventArgs(LegendItemsCollection, String)
Inicializa uma nova instância da classe CustomizeLegendEventArgs com a LegendItemsCollection e o nome da legenda especificados.
public:
CustomizeLegendEventArgs(System::Web::UI::DataVisualization::Charting::LegendItemsCollection ^ legendItems, System::String ^ legendName);
public CustomizeLegendEventArgs (System.Web.UI.DataVisualization.Charting.LegendItemsCollection legendItems, string legendName);
new System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs : System.Web.UI.DataVisualization.Charting.LegendItemsCollection * string -> System.Web.UI.DataVisualization.Charting.CustomizeLegendEventArgs
Public Sub New (legendItems As LegendItemsCollection, legendName As String)
Parâmetros
- legendItems
- LegendItemsCollection
- legendName
- String
O nome da legenda.