Back to Devexpress

ChartAxisInterval Members

blazor-devexpress-dot-blazor-dot-chartaxisinterval-dot-underscore-members.md

latest4.5 KB
Original Source

ChartAxisInterval Members

Contains options to specify tick intervals.

Properties

NameDescription
Day staticReturns an interval of one day.
Hour staticReturns an interval of one hour.
Millisecond staticReturns an interval of one millisecond.
Minute staticReturns an interval of one minute.
Month staticReturns an interval of one month.
Quarter staticReturns an interval of one quarter.
Second staticReturns an interval of one second.
Week staticReturns an interval of one week.
Year staticReturns an interval of one year.

Methods

NameDescription
Days(Int32) staticSets the interval between two ticks to the specified number of days.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
Hours(Int32) staticReturns the interval between two ticks of the specified number of hours.
Milliseconds(Int32) staticReturns the interval between two ticks of the specified number of milliseconds.
Minutes(Int32) staticReturns the interval between two ticks of the specified number of minutes.
Months(Int32) staticReturns the interval between two ticks of the specified number of months.
Numeric(Double) staticSpecifies the interval between two ticks for Continuous axes with numeric values.
Quarters(Int32) staticReturns the interval between two ticks of the specified number of quarters.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
Seconds(Int32) staticReturns 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) staticReturns the interval between two ticks of the specified number of weeks.
Years(Int32) staticReturns the interval between two ticks of the specified number of years.

Operators

NameDescription
Implicit(Double to ChartAxisInterval) staticDefines an implicit conversation of a numeric value to a ChartAxisInterval enumeration value.

See Also

ChartAxisInterval Struct

DevExpress.Blazor Namespace