LegendCell.CellType 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置图例单元的类型。
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 属性定义。 它将为图例单元格显示。 回想一下,系列符号是一个可视指示器 - 线条、矩形或标记。 当 设置为 Marker时ImageStyle,自定义项的所有标记属性都应用于单元格。
图像:图像是使用 Image 属性定义的,并将显示在图例单元格中。