XlPieSliceLocation 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 horizontal or vertical position of a point on a pie chart, in points, from the top or left edge of the object to the top or left edge of the chart area.
public enum class XlPieSliceLocation
public enum XlPieSliceLocation
Public Enum XlPieSliceLocation
- Inheritance
-
XlPieSliceLocation
Fields
Name | Value | Description |
---|---|---|
xlHorizontalCoordinate | 1 | The horizontal coordinate (x) |
xlVerticalCoordinate | 2 | The vertical coordinate (y) |