Skip to main content

PolarChartValueAxisMinorTickIntervalBuilder Members

Provides methods that allow you to configure nested options of the client-side minorTickInterval object.

Constructors

Name Description
PolarChartValueAxisMinorTickIntervalBuilder(OptionsOwnerContext) For internal use only. Initializes a new PolarChartValueAxisMinorTickIntervalBuilder class instance.

Methods

Name Description
Days(JS) Mirrors the client-side days option.
Days(Double) 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) Mirrors the client-side hours option.
Hours(Double) Mirrors the client-side hours option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Milliseconds(JS) Mirrors the client-side milliseconds option.
Milliseconds(Double) Mirrors the client-side milliseconds option.
Minutes(JS) Mirrors the client-side minutes option.
Minutes(Double) Mirrors the client-side minutes option.
Months(JS) Mirrors the client-side months option.
Months(Double) Mirrors the client-side months option.
Option(String, Object) Specifies an option by its name.
Quarters(JS) Mirrors the client-side quarters option.
Quarters(Double) 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) Mirrors the client-side seconds option.
Seconds(Double) Mirrors the client-side seconds option.
ToString() Returns a string that represents the current object. Inherited from Object.
Weeks(JS) Mirrors the client-side weeks option.
Weeks(Double) Mirrors the client-side weeks option.
Years(JS) Mirrors the client-side years option.
Years(Double) Mirrors the client-side years option.
See Also