BootstrapChartCssClassesBuilder Methods
Stores CSS classes applied to visual elements of the Chart control.| Name | Description |
|---|---|
| ArgumentAxis(String) | Sets the name of a CSS class applied to an argument axis element. |
| ArgumentAxisConstantLine(String) | Sets the name of a CSS class applied to an argument axis constant line element. |
| ArgumentAxisConstantLineLabel(String) | Sets the name of a CSS class applied to an argument constant line label element. |
| ArgumentAxisGrid(String) | Sets the name of a CSS class applied to an argument axis grid element. |
| ArgumentAxisLabel(String) | Sets the name of a CSS class applied to an argument axis label element. |
| ArgumentAxisMinorGrid(String) | Sets the name of a CSS class applied to an argument axis minor grid element. |
| ArgumentAxisMinorLabel(String) | Sets the name of a CSS class applied to an argument axis minor label element. |
| ArgumentAxisStrip(String) | Sets the name of a CSS class applied to an argument axis strip element. |
| ArgumentAxisStripLabel(String) | Sets the name of a CSS class applied to an argument axis strip label element. |
| ArgumentAxisTitle(String) | Sets the name of a CSS class applied to an argument axis title element. |
| CommonAxis(String) | Sets the name of a CSS class applied to an axis element. |
| CommonAxisConstantLine(String) | Sets the name of a CSS class applied to an axis constant line element. |
| CommonAxisConstantLineLabel(String) | Sets the name of a CSS class applied to an axis constant line label element. |
| CommonAxisGrid(String) | Sets the name of a CSS class applied to an axis grid element. |
| CommonAxisLabel(String) | Sets the name of a CSS class applied to an axis label element. |
| CommonAxisMinorGrid(String) | Sets the name of a CSS class applied to an axis minor grid element. |
| CommonAxisMinorLabel(String) | Sets the name of a CSS class applied to an axis minor label element. |
| CommonAxisStrip(String) | Sets the name of a CSS class applied to and axis strip element. |
| CommonAxisStripLabel(String) | Sets the name of a CSS class applied to an axis strip label element. |
| CommonAxisTitle(String) | Sets the name of a CSS class applied to an axis title element. |
| Control(String) | Sets the name of a CSS class applied to the control’s root element. |
| CrossHairCircle(String) | Sets the name of a CSS class applied to the crosshair circle element. |
| CrossHairLabelRect(String) | Sets the name of a CSS class applied to the crosshair label element. |
| CrossHairLabelText(String) | Sets the name of a CSS class applied to a crosshair label text element. |
| CrossHairLine(String) | Sets the name of a CSS class applied to a crosshair line element. |
| 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. |
| IconExportButton(String) | The CSS class of an icon displayed by the Export button. |
| LegendMarkers(String) | |
| LegendRect(String) | Sets the name of a CSS class applied to the legend element. |
| LegendText(String) | Sets the name of a CSS class applied to a legend text element. |
| LoadingIndicatorRect(String) | Sets the name of a CSS class applied to the loading indicator element. |
| LoadingIndicatorText(String) | Sets the name of a CSS class applied to the loading indicator text element. |
| MemberwiseClone() | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| ScrollBar(String) | Sets the name of a CSS class applied to the scroll bar element. |
| Subtitle(String) | Sets the name of a CSS class applied to the widsubtitle element. |
| Title(String) | Sets the name of a CSS class applied to the widtitle element. |
| TooltipCloud(String) | Sets the name of a CSS class applied to a tooltip popup element. |
| TooltipText(String) | Sets the name of a CSS class applied to a tooltip text element. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| ValueAxis(String) | Sets the name of a CSS class applied to a value axis element. |
| ValueAxisConstantLine(String) | Sets the name of a CSS class applied to a value axis constant line element. |
| ValueAxisConstantLineLabel(String) | Sets the name of a CSS class applied to a value axis strip element. |
| ValueAxisGrid(String) | Sets the name of a CSS class applied to a value axis grid element. |
| ValueAxisLabel(String) | Sets the name of a CSS class applied to a value axis label element. |
| ValueAxisMinorGrid(String) | Sets the name of a CSS class applied to a value axis minor grid element. |
| ValueAxisMinorLabel(String) | Sets the name of a CSS class applied to a value axis minor label element. |
| ValueAxisStrip(String) | Sets the name of a CSS class applied to a value axis strip element. |
| ValueAxisStripLabel(String) | Sets the name of a CSS class applied to a value axis strip label element. |
| ValueAxisTitle(String) | Sets the name of a CSS class applied to the value axis title element. |
See Also