BootstrapChartStrip Properties
Represents a chart strip.Name | Description |
---|---|
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
CssClass | Gets or sets the name of a CSS class applied to the strip element. |
EndValue | Along with the BootstrapChartStrip.StartValue option, limits the strip. |
EndValueString | 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. |
Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
LabelText | Specifies the text of the strip label. |
StartValue | Along with the BootstrapChartStrip.EndValue property, limits the strip. |
StartValueString | 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. |
See Also