DateTimeIntervalType 枚举

定义

指定间隔类型。

public enum class DateTimeIntervalType
public enum DateTimeIntervalType
type DateTimeIntervalType = 
Public Enum DateTimeIntervalType
继承
DateTimeIntervalType

字段

Auto 0

Chart 控件自动确定。

Days 5

间隔类型是天。

Hours 6

间隔类型以小时为单位。

Milliseconds 9

间隔类型是毫秒。

Minutes 7

间隔类型以分钟为单位。

Months 3

间隔类型是月。

NotSet 10

未设置 IntervalType 或 IntervalOffsetType 属性。 此值用于网格线、刻度线、带状线和轴标签,指示从元素所属的 Axis 对象获取的间隔类型。 为 Axis 对象设置此值不会产生任何效果。

Number 1

间隔类型是数字。

Seconds 8

间隔类型是秒。

Weeks 4

间隔类型是周。

Years 2

间隔类型是年。

注解

DateTimeIntervalType枚举表示日期和时间间隔类型。

请注意,如果使用 NotSet 值,或之外的属性 IntervalType IntervalOffsetType 将视为 NotSet Auto 值。

这些 DateTimeIntervalType 值适用于 LabelStyleGrid TickMarkStripLine 类。

适用于