Skip to main content
A newer version of this page is available. .

ChartAxisTickInterval Methods

Contains options to specify tick intervals.
Name Description
Days(Int32) static Sets the interval between two ticks to the specified number of days.
Equals(ChartAxisTickInterval) Returns whether the specified ChartAxisTickInterval object is equal to the current ChartAxisTickInterval instance.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Returns whether the specified object is equal to the current ChartAxisTickInterval instance.
GetHashCode() Gets the hash code that corresponds to the value of the current ChartAxisTickInterval object.
GetType() Gets the Type of the current instance. Inherited from Object.
Hours(Int32) static Returns the interval between two ticks of the specified number of hours.
Milliseconds(Int32) static Returns the interval between two ticks of the specified number of milliseconds.
Minutes(Int32) static Returns the interval between two ticks of the specified number of minutes.
Months(Int32) static Returns the interval between two ticks of the specified number of months.
Numeric(Double) static Specifies the interval between two ticks for Continuous axes with numeric values.
Quarters(Int32) static Returns the interval between two ticks of the specified number of quarters.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Seconds(Int32) static Returns the interval between two ticks of the specified number of seconds.
ToString() Returns the fully qualified type name of this instance. Inherited from ValueType.
Weeks(Int32) static Returns the interval between two ticks of the specified number of weeks.
Years(Int32) static Returns the interval between two ticks of the specified number of years.
See Also