The LinearGauge is a UI component that indicates values on a linear numeric scale.
import DxLinearGauge from "devextreme-vue/linear-gauge"
Selector: DxLinearGauge
Type: DxLinearGaugeTypes.default
An object that defines configuration properties for the LinearGauge UI component.
Name Description animationSpecifies animation properties.
containerBackgroundColorSpecifies the color of the parent page element.
disabledSpecifies whether the UI component responds to user interaction.
elementAttrSpecifies the global attributes to be attached to the UI component's container element.
exportConfigures the exporting and printing features.
geometrySpecifies the properties required to set the geometry of the LinearGauge UI component.
loadingIndicatorConfigures the loading indicator.
marginGenerates space around the UI component.
onDisposingA function that is executed before the UI component is disposed of.
onDrawnA function that is executed when the UI component's rendering has finished.
onExportedA function that is executed after the UI component is exported.
onExportingA function that is executed before the UI component is exported.
onFileSavingA function that is executed before a file with exported UI component is saved to the user's local storage.
onIncidentOccurredA function that is executed when an error or warning occurs.
onInitializedA function used in JavaScript frameworks to save the UI component instance.
onOptionChangedA function that is executed after a UI component property is changed.
onTooltipHiddenA function that is executed when a tooltip becomes hidden.
onTooltipShownA function that is executed when a tooltip appears.
pathModifiedNotifies the UI component that it is embedded into an HTML page that uses a tag modifying the path.
rangeContainerSpecifies gauge range container properties.
redrawOnResizeSpecifies whether to redraw the UI component when the size of the container changes or a mobile device rotates.
rtlEnabledSwitches the UI component to a right-to-left representation.
scaleSpecifies the gauge's scale properties.
sizeSpecifies the UI component's size in pixels. The default value depends on the component's orientation.
subvalueIndicatorSpecifies the appearance properties of subvalue indicators.
subvaluesSpecifies a set of subvalues to be designated by the subvalue indicators.
themeSets the name of the theme the UI component uses.
titleConfigures the UI component's title.
tooltipConfigures tooltips.
valueSpecifies the main value on a gauge.
valueIndicatorSpecifies the appearance properties of the value indicator.
This section describes methods that can be used to manipulate the UI component.
This section describes events fired by this UI component.
Name Description disposingRaised before the UI component is disposed of.
drawnRaised when the UI component's rendering has finished.
exportedRaised after the UI component is exported.
exportingRaised before the UI component is exported.
fileSavingRaised before a file with exported UI component is saved to the user's local storage.
incidentOccurredRaised when an error or warning occurs.
initializedRaised only once, after the UI component is initialized.
optionChangedRaised after a UI component property is changed.
tooltipHiddenRaised when a tooltip becomes hidden.
tooltipShownRaised when a tooltip appears.
This section lists objects that define properties used to configure value and subvalue indicators of specific types.
Name Description CircleAn object that defines a gauge indicator of the circle type.
RangeBarAn object that defines a gauge indicator of the rangeBar type.
RectangleAn object defining a gauge indicator of the rectangle type.
RhombusAn object defining a gauge indicator of the rhombus type.
TextCloudAn object that defines a gauge indicator of the textCloud type.
TriangleMarkerAn object that defines a gauge indicator of the triangleMarker type.
Feel free to share topic-related thoughts here.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4