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