다음을 통해 공유


LegendCellCollection.Insert 메서드

정의

컬렉션의 지정된 위치에 지정된 셀 형식, 텍스트 및 맞춤을 사용하여 범례 셀을 삽입합니다.

public:
 void Insert(int index, System::Web::UI::DataVisualization::Charting::LegendCellType cellType, System::String ^ text, System::Drawing::ContentAlignment alignment);
public void Insert (int index, System.Web.UI.DataVisualization.Charting.LegendCellType cellType, string text, System.Drawing.ContentAlignment alignment);
override this.Insert : int * System.Web.UI.DataVisualization.Charting.LegendCellType * string * System.Drawing.ContentAlignment -> unit
Public Sub Insert (index As Integer, cellType As LegendCellType, text As String, alignment As ContentAlignment)

매개 변수

index
Int32

개체를 삽입할 위치의 인덱스입니다.

cellType
LegendCellType

셀 형식을 나타내는 LegendCellType 값입니다.

text
String

cellType 매개 변수의 값에 따라 셀 텍스트 또는 해당 이미지 이름 중 하나를 나타내는 string 값입니다.

alignment
ContentAlignment

범례 셀 내용의 맞춤을 나타내는 ContentAlignment 열거형 값입니다.

적용 대상