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 枚举值,表示用于定义图例单元格内容的类型。 默认值是 Text

注解

属性 CellType 确定将在每个单独的图例单元格中显示的内容类型。 必须指定以下单元格类型之一:

  • Text:字符串是使用 Text 属性指定的,将显示在图例单元格中。

  • SeriesSymbol:系列符号由 ImageStyle 类中的 LegendItem 属性定义。 它将为图例单元格显示。 回想一下,系列符号是一个可视指示器 - 线条、矩形或标记。 当 设置为 MarkerImageStyle,自定义项的所有标记属性都应用于单元格。

  • 图像:图像是使用 Image 属性定义的,并将显示在图例单元格中。

适用于