共用方式為


ChartTickMarkTypes Enum

Definition

Specifies the type of the tick mark.

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

Fields

Name Value Description
Outside 0

The tick mark is outside.

Inside 1

The tick mark is inside.

Cross 2

The tick mark is cross.

None 3

No tick mark.

Applies to