ChartLegendPositions 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 the position of the legend.
public enum class ChartLegendPositions
public enum ChartLegendPositions
type ChartLegendPositions =
Public Enum ChartLegendPositions
- Inheritance
-
ChartLegendPositions
Fields
Name | Value | Description |
---|---|---|
RightTop | 0 | Specifies the Right Top position. |
TopLeft | 1 | Specifies the Top Left position. |
TopCenter | 2 | Specifies the Top Center position. |
TopRight | 3 | Specifies the Top Right position. |
LeftTop | 4 | Specifies the Left Top position. |
LeftCenter | 5 | Specifies the Left Center position. |
LeftBottom | 6 | Specifies the Left Bottom position. |
RightCenter | 7 | Specifies the Right Center position. |
RightBottom | 8 | Specifies the Right Bottom position. |
BottomLeft | 9 | Specifies the Bottom Left position. |
BottomCenter | 10 | Specifies the Bottom Center position. |
BottomRight | 11 | Specifies the Bottom Right position. |