다음을 통해 공유


LegendCell.CellType 속성

정의

범례 셀 형식을 가져오거나 설정합니다.

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

속성 값

LegendCellType

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

설명

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

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

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

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

적용 대상