DateTimeIntervalType
Namespace: FSharp.Charting
Parent Module: ChartTypes
Specifies an interval type
Record Fields
Record Field | Description |
Auto
Signature: DateTimeIntervalType
Modifiers: static
|
Automatically determined by the Chart control.
|
Days
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in days.
|
Hours
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in hours.
|
Milliseconds
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in milliseconds.
|
Minutes
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in minutes.
|
Months
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in months.
|
NotSet
Signature: DateTimeIntervalType
Modifiers: static
|
The IntervalType or IntervalOffsetType property is not set. This value is used for grid lines, tick marks, strip lines and axis labels, and indicates that the interval type is being obtained from the Axis object to which the element belongs. Setting this value for an Axis object will have no effect.
|
Number
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in numerical.
|
Seconds
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in seconds.
|
Weeks
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in weeks.
|
Years
Signature: DateTimeIntervalType
Modifiers: static
|
Interval type is in years.
|