IntervalOrigin Enum
Specifies the various interval origins.
public enum IntervalOrigin
Fields
| Name | Description |
|---|---|
| Maximum | Indicates that the intervals should start counting at the maximum value. |
| Minimum | Indicates that the intervals should start counting at the minimum value. |
| Zero | Indicates that the intervals should start counting at zero. |