BootstrapChartStrip Constructors
Represents a chart strip.Name | Parameters | Description |
---|---|---|
BootstrapChartStrip() | none | Initializes a new instance of the BootstrapChartStrip class with default settings. |
BootstrapChartStrip(Object, Object, String) | startValue, endValue, labelText | Initializes a new instance of the BootstrapChartStrip class with the specified settings. |
BootstrapChartStrip(Object, Object) | startValue, endValue | Initializes a new instance of the BootstrapChartStrip class with the specified start and end values. |
See Also