ChartLegendItemCellTypes Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the possible types for a cell in a legend item.
public enum class ChartLegendItemCellTypes
public enum ChartLegendItemCellTypes
type ChartLegendItemCellTypes =
Public Enum ChartLegendItemCellTypes
- Inheritance
-
ChartLegendItemCellTypes
Fields
Name | Value | Description |
---|---|---|
Text | 0 | Represents the Text cell type. |
SeriesSymbol | 1 | Represents the Series Symbol cell type. |
Image | 2 | Represents the Image cell type. |