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.
|
Equals(Object)
|
Determines whether the specified object is equal to the current 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.
|
GetType()
|
Gets the Type of the current instance.
|
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.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
ToString()
|
Returns a string that represents the current 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.
|