ChartAreaAlignOrientations 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 in which directions the chart area should be aligned with the target chart area.
public enum class ChartAreaAlignOrientations
public enum ChartAreaAlignOrientations
type ChartAreaAlignOrientations =
Public Enum ChartAreaAlignOrientations
- Inheritance
-
ChartAreaAlignOrientations
Fields
Name | Value | Description |
---|---|---|
None | 0 | The No direction chart area. |
Vertical | 1 | The Vertical direction of the chart area. |
Horizontal | 2 | The Horizontal direction of the chart area. |
All | 3 | The All direction of the chart area. |