ChartAxisLocations 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 ChartAxisLocations
public enum ChartAxisLocations
type ChartAxisLocations =
Public Enum ChartAxisLocations
- Inheritance
-
ChartAxisLocations
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Specifies the Default side axis location. |
Opposite | 1 | Specifies the Opposite side axis location. |