AxisArrowStyle 枚举
定义
指定轴的箭头样式。Specifies the axis arrow styles.
public enum class AxisArrowStyle
public enum AxisArrowStyle
type AxisArrowStyle =
Public Enum AxisArrowStyle
- 继承
字段
| Lines | 3 | 线条形箭头用于相关轴。A line-shaped arrow is used for the relevant axis. |
| None | 0 | 相关轴不使用箭头。No arrow is used for the relevant axis. |
| SharpTriangle | 2 | 将锐角三角形的箭头用于相关轴。A sharp triangular arrow is used for the relevant axis. |
| Triangle | 1 | 将三角形的箭头用于相关轴。A triangular arrow is used for the relevant axis. |
注解
AxisArrowStyle枚举表示轴箭头的样式。The AxisArrowStyle enumeration represents the style for an axis arrow. 如果 ArrowStyle 将属性设置为 "无",则不会为轴显示箭头。If the ArrowStyle property is set to None, no arrow is displayed for an axis.