AxisArrowStyle Enum

Definition

Specifies the axis arrow styles.

public enum class AxisArrowStyle
public enum AxisArrowStyle
type AxisArrowStyle = 
Public Enum AxisArrowStyle
Inheritance
AxisArrowStyle

Fields

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.

Remarks

The AxisArrowStyle enumeration represents the style for an axis arrow. If the ArrowStyle property is set to None, no arrow is displayed for an axis.

Applies to