ChartAxisTitlePositions 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 axis title along the axis.
public enum class ChartAxisTitlePositions
public enum ChartAxisTitlePositions
type ChartAxisTitlePositions =
Public Enum ChartAxisTitlePositions
- Inheritance
-
ChartAxisTitlePositions
Fields
Name | Value | Description |
---|---|---|
Center | 0 | Center the title on the axis. |
Near | 1 | Position the title on the near side of the axis. |
Far | 2 | Position the title on the far side of the axis. |