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 |
---|---|---|
Column | 0 | The Column layout. |
Row | 1 | The Row layout. |
AutoTable | 2 | The AutoTable layout. |
WideTable | 3 | The WideTable layout. |
TallTable | 4 | The TallTable layout. |