Share via


LegendCell.CellType 속성

정의

범례 셀의 콘텐츠를 정의하는 데 사용되는 범례 셀 형식을 가져오거나 설정합니다.

public:
 virtual property System::Windows::Forms::DataVisualization::Charting::LegendCellType CellType { System::Windows::Forms::DataVisualization::Charting::LegendCellType get(); void set(System::Windows::Forms::DataVisualization::Charting::LegendCellType value); };
public virtual System.Windows.Forms.DataVisualization.Charting.LegendCellType CellType { get; set; }
member this.CellType : System.Windows.Forms.DataVisualization.Charting.LegendCellType with get, set
Public Overridable Property CellType As LegendCellType

속성 값

LegendCellType

범례 셀의 내용을 정의하는 데 사용될 형식을 나타내는 LegendCellType 열거형 값입니다. 기본값은 Text입니다.

설명

CellType 속성의 각 개별 범례 셀에 표시 되는 콘텐츠 형식을 결정 합니다. 다음 셀 형식 중 하나를 지정 해야 합니다.

  • Text: 문자열은 사용 하 여 지정 된 Text 속성 범례 셀에 표시 됩니다.

  • SeriesSymbol:의 계열 기호가 정의한 합니다 ImageStyle 속성에는 LegendItem 클래스입니다. 범례 셀에 대 한 표시 됩니다. 계열 기호는 선, 사각형 또는 표식이라는 시각적 표시기입니다. 때 ImageStyle 로 설정 된 Marker, 사용자 지정 항목의 모든 표식 특성 셀에 적용 됩니다.

  • 이미지: 이미지는 정의 사용 하 여 Image 속성 범례 셀에 표시 됩니다.

적용 대상