ChartAxisLocation 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 whether the axis must be drawn on the default side or on the opposite side.
public enum class ChartAxisLocation
public enum ChartAxisLocation
type ChartAxisLocation =
Public Enum ChartAxisLocation
- Inheritance
-
ChartAxisLocation
Fields
Name | Value | Description |
---|---|---|
Default | 0 | The axis location is Default side. |
Opposite | 1 | The axis location is Opposite side. |