ChartLegendLayouts 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.
Specifies arrangement of labels within the legend.
public enum class ChartLegendLayouts
public enum ChartLegendLayouts
type ChartLegendLayouts =
Public Enum ChartLegendLayouts
- Inheritance
-
ChartLegendLayouts
Fields
Name | Value | Description |
---|---|---|
AutoTable | 0 | Specifies the Auto Table layout. |
Column | 1 | Specifies the Column layout. |
Row | 2 | Specifies the Row layout. |
WideTable | 3 | Specifies the Wide Table layout. |
TallTable | 4 | Specifies the Tall Table layout. |