Skip to main content

PolarChartArgumentAxisConstantLineBuilder Members

Represents a constant line.

Constructors

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

Methods

Name Description
Color(JS) Specifies a color for a constant line. Mirrors the client-side color option.
Color(String) Specifies a color for a constant line. Mirrors the client-side color option.
DashStyle(DashStyle[]) Specifies a dash style for a constant line. Mirrors the client-side dashStyle option.
DisplayBehindSeries(JS) Specifies whether to display the constant line behind or in front of the series. Mirrors the client-side displayBehindSeries option.
DisplayBehindSeries(Boolean) Specifies whether to display the constant line behind or in front of the series. 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) Specifies whether to extend the axis to display the constant line. Mirrors the client-side extendAxis option.
ExtendAxis(Boolean) Specifies whether to extend the axis to display the constant line. 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<PolarChartArgumentAxisConstantLinesLabelBuilder>) An object defining constant line label properties. 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) Specifies a value to be displayed by a constant line. Mirrors the client-side value option.
Value(DateTime) Specifies a value to be displayed by a constant line. Mirrors the client-side value option.
Value(Double) Specifies a value to be displayed by a constant line. Mirrors the client-side value option.
Value(String) Specifies a value to be displayed by a constant line. Mirrors the client-side value option.
Width(JS) Specifies a constant line width in pixels. Mirrors the client-side width option.
Width(Double) Specifies a constant line width in pixels. Mirrors the client-side width option.
See Also