ChartAxis.Locations 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 to draw the axis on the default side or on the opposite side.
public: enum class ChartAxis::Locations
public enum ChartAxis.Locations
type ChartAxis.Locations =
Public Enum ChartAxis.Locations
- Inheritance
-
ChartAxis.Locations
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Draw the axis on the default side. |
Opposite | 1 | Draw the axis on the opposite side. |