BootstrapChartConstantLine Members
Stores settings of a Chart constant line.Constructors
Name | Description |
---|---|
BootstrapChartConstantLine() | Initializes a new instance of the BootstrapChartConstantLine class with default settings. |
BootstrapChartConstantLine(Object, String) | Initializes a new instance of the BootstrapChartConstantLine class with the specified value and label text. |
BootstrapChartConstantLine(Object) | Initializes a new instance of the BootstrapChartConstantLine class with the specified value. |
Properties
Name | Description |
---|---|
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
Color | Inherited from ConstantLineStyle<T>. |
CssClass | Gets or sets the name of a CSS class applied to the constant line element. |
DashStyle | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. Inherited from ConstantLineStyle<T>. |
DisplayBehindSeries | Specifies whether to display the constant line behind or in front of the series. |
ExtendAxis | Specifies whether to extend the axis to display the constant line. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
Label | Inherited from ConstantLineStyle<T>. |
PaddingLeftRight | Inherited from ConstantLineStyle<T>. |
PaddingTopBottom | Inherited from ConstantLineStyle<T>. |
Value | Specifies the value indicated by a constant line. Setting this option is required. |
ValueString | This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools. |
Width | Inherited from ConstantLineStyle<T>. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified object to the current one. |
CollectCustomProperties(List<JsonPropertyInfo>) | This property is for internal use only. |
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. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns the textual representation of BootstrapChartConstantLine. |
See Also