ChartAxisInterval Members
In This Article
#Properties
Name | Description |
---|---|
Day static | Returns an interval of one day. |
Hour static | Returns an interval of one hour. |
Millisecond static | Returns an interval of one millisecond. |
Minute static | Returns an interval of one minute. |
Month static | Returns an interval of one month. |
Quarter static | Returns an interval of one quarter. |
Second static | Returns an interval of one second. |
Week static | Returns an interval of one week. |
Year static | Returns an interval of one year. |
#Methods
Name | Description |
---|---|
Days |
Sets the interval between two ticks to the specified number of days. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Hours |
Returns the interval between two ticks of the specified number of hours. |
Milliseconds |
Returns the interval between two ticks of the specified number of milliseconds. |
Minutes |
Returns the interval between two ticks of the specified number of minutes. |
Months |
Returns the interval between two ticks of the specified number of months. |
Numeric |
Specifies the interval between two ticks for Continuous axes with numeric values. |
Quarters |
Returns the interval between two ticks of the specified number of quarters. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Seconds |
Returns the interval between two ticks of the specified number of seconds. |
To |
Returns the fully qualified type name of this instance.
Inherited from Value |
Weeks |
Returns the interval between two ticks of the specified number of weeks. |
Years |
Returns the interval between two ticks of the specified number of years. |
#Operators
Name | Description |
---|---|
Implicit |
Defines an implicit conversation of a numeric value to a Chart |
See Also