Skip to main content

BootstrapChartConstantLineBuilder Methods

Stores settings of a Chart constant line.
Name Description
Color(Color)
CssClass(String) Sets the name of a CSS class applied to the constant line element.
DashStyle(DashStyle)
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Equals(Object, Object) Determines whether the specified object instances are considered equal. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
Label(Action<BootstrapChartConstantLineLabelCommonSettingsBuilder>)
LabelText(String) Specifies the text of a constant line label. By default, equals to the value of the constant line.
LabelVisible(Boolean) Specifies whether constant line labels are visible.
MemberwiseClone() Creates a shallow copy of the current Object. Inherited from Object.
PaddingLeftRight(Int32)
PaddingTopBottom(Int32)
ReferenceEquals(Object, Object) 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(Object) Specifies the value indicated by a constant line. Setting this option is required.
Width(Int32)
See Also