ChartAxisArrow 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 type of arrows for axis labels.
public enum class ChartAxisArrow
public enum ChartAxisArrow
type ChartAxisArrow =
Public Enum ChartAxisArrow
- Inheritance
-
ChartAxisArrow
Fields
Name | Value | Description |
---|---|---|
None | 0 | No arrows. |
Triangle | 1 | Triangle arrows. |
SharpTriangle | 2 | Sharp triangle arrows. |
Lines | 3 | Lines only. |