Skip to main content

PolarChartValueAxisConstantLineBuilder Members

Represents a constant line.

Constructors

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

Methods

Name Description
Color(JS) Mirrors the client-side color option.
Color(String) Mirrors the client-side color option.
DashStyle(DashStyle[]) Mirrors the client-side dashStyle option.
DisplayBehindSeries(JS) Mirrors the client-side displayBehindSeries option.
DisplayBehindSeries(Boolean) Mirrors the client-side displayBehindSeries 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.
ExtendAxis(JS) Mirrors the client-side extendAxis option.
ExtendAxis(Boolean) Mirrors the client-side extendAxis option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Label(Action<PolarChartValueAxisConstantLinesLabelBuilder>) Mirrors the client-side label object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
Value(JS) Mirrors the client-side value option.
Value(DateTime) Mirrors the client-side value option.
Value(Double) Mirrors the client-side value option.
Value(String) Mirrors the client-side value option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
See Also