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 ,该字符串将显示在图例单元格中。

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

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

适用于