Chart.OnCustomizeLegend(LegendItemsCollection, String) 메서드

정의

CustomizeLegend 이벤트를 발생시킵니다.

protected:
 virtual void OnCustomizeLegend(System::Windows::Forms::DataVisualization::Charting::LegendItemsCollection ^ legendItems, System::String ^ legendName);
protected virtual void OnCustomizeLegend (System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection legendItems, string legendName);
abstract member OnCustomizeLegend : System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection * string -> unit
override this.OnCustomizeLegend : System.Windows.Forms.DataVisualization.Charting.LegendItemsCollection * string -> unit
Protected Overridable Sub OnCustomizeLegend (legendItems As LegendItemsCollection, legendName As String)

매개 변수

legendItems
LegendItemsCollection

LegendItemsCollection 개체입니다.

legendName
String

범례의 이름입니다.

적용 대상