JavaScript/jQuery BarGauge - Legend
Configures the legend.
customizeHint
Specifies the hint that appears when a user hovers the mouse pointer over a legend item.
Information on the bar and its corresponding legend item.
Name | Type | Description |
---|---|---|
item |
Information on the bar. |
|
text |
The legend item's text. |
The text to be displayed in the hint.
customizeItems
Allows you to change the order, text, and visibility of legend items.
Legend items before customizations.
Legend items after customizations.
customizeText
Customizes the text displayed by legend items.
Information on the bar and its corresponding legend item.
Name | Type | Description |
---|---|---|
item |
Information on the bar. |
|
text |
The legend item's text. |
The text to be displayed in the hint.
itemTextFormat
Formats the item text before it is displayed. Accepts only numeric formats. When unspecified, it inherits the label's format.
markerTemplate
Specifies an SVG element that serves as a custom legend item marker.
Information about a legend item.
A marker's container.
One of the following:
- Template name
- SVG markup as a string
- SVGElement
- jQuery element that contains an SVGElement
If you have technical questions, please create a support ticket in the DevExpress Support Center.