ChartLegendItemCellTypes 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示图例项中的单元的可能类型。
public enum class ChartLegendItemCellTypes
public enum ChartLegendItemCellTypes
type ChartLegendItemCellTypes =
Public Enum ChartLegendItemCellTypes
- 继承
-
ChartLegendItemCellTypes
字段
Image | 2 | 表示图像单元格类型。 |
SeriesSymbol | 1 | 表示序列符号单元格类型。 |
Text | 0 | 表示 Text 单元格类型。 |