Skip to main content

ChartValueAxisTickIntervalBuilder Methods

Provides methods that allow you to configure nested options of the client-side tickInterval object.
Name Description
Days(JS) Specifies the time interval measured in days. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side days option.
Days(Double) Specifies the time interval measured in days. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side days option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Hours(JS) Specifies the time interval measured in hours. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side hours option.
Hours(Double) Specifies the time interval measured in hours. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side hours option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Milliseconds(JS) Specifies the time interval measured in milliseconds. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side milliseconds option.
Milliseconds(Double) Specifies the time interval measured in milliseconds. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side milliseconds option.
Minutes(JS) Specifies the time interval measured in minutes. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side minutes option.
Minutes(Double) Specifies the time interval measured in minutes. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side minutes option.
Months(JS) Specifies the time interval measured in months. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side months option.
Months(Double) Specifies the time interval measured in months. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side months option.
Option(String, Object) Specifies an option by its name.
Quarters(JS) Specifies the time interval measured in quarters. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side quarters option.
Quarters(Double) Specifies the time interval measured in quarters. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side quarters option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Seconds(JS) Specifies the time interval measured in seconds. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side seconds option.
Seconds(Double) Specifies the time interval measured in seconds. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side seconds option.
ToString() Returns a string that represents the current object. Inherited from Object.
Weeks(JS) Specifies the time interval measured in weeks. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side weeks option.
Weeks(Double) Specifies the time interval measured in weeks. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side weeks option.
Years(JS) Specifies the time interval measured in years. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side years option.
Years(Double) Specifies the time interval measured in years. Accepts integer values. Available only for an axis/scale that displays date-time values. Mirrors the client-side years option.
See Also