Interface for a class LinearGauge
EmitType<IAnimationCompleteEventArgs>
Triggers after completing the animation for pointer.
EmitType<IAnnotationRenderEventArgs>
Triggers before each annotation gets rendered.
EmitType<IAxisLabelRenderEventArgs>
Triggers before each axis label gets rendered.
Triggers before the print functionality gets started.
EmitType<IPointerDragEventArgs>
Triggers after the pointer is dragged.
EmitType<IPointerDragEventArgs>
Triggers while dragging the pointers.
EmitType<IPointerDragEventArgs>
Triggers before the pointer is dragged.
Triggers when performing the mouse down operation on gauge area.
Triggers when performing the mouse leave operation from the gauge area.
Triggers when performing the mouse move operation on gauge area.
Triggers when performing mouse up operation on gauge area.
Triggers before the gauge gets rendered.
Triggers after the gauge gets rendered.
Triggers to notify the resize of the linear gauge when the window is resized.
EmitType<ITooltipRenderEventArgs>
Triggers before the tooltip get rendered.
EmitType<IValueChangeEventArgs>
Triggers while changing the value of the pointer by UI interaction.
boolean
Enables or disables the export to image functionality in linear gauge.
boolean
Enables or disables the ability of the gauge to be rendered to the complete width. The left, right, top and bottom spacing will not be considered in the gauge when this property is disabled.
boolean
Enables or disables the export to PDF functionality in linear gauge.
boolean
Enables or disables the print functionality in linear gauge.
Specifies the options for customizing the annotation of linear gauge.
Specifies the options for customizing the axis in linear gauge.
string
Specifies the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.
Specifies the options for customizing the style properties of the border for linear gauge.
Specifies the options for customizing the container in linear gauge.
string
Sets and gets the information about gauge for assistive technology.
Specifies the placement of the label in linear gauge.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enable or disable rendering component in right to left direction.
string
Specifies the format to apply for internationalization in linear gauge.
string
Specifies the height of the linear gauge as a string in order to provide input as both like ‘100px’ or ‘100%‘. If specified as ‘100%, gauge will render to the full height of its parent element.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Specifies the options to customize the margins of the linear gauge.
Specifies the orientation of the rendering of the linear gauge.
string[]
Specifies the color palette for axis ranges in linear gauge.
number
Specifies the tab index value for the linear gauge.
Sets and gets the theme styles supported for linear gauge. When the theme is set, the styles associated with the theme will be set in the gauge.
string
Specifies the title for linear gauge.
Specifies the options for customizing the appearance of title for linear gauge.
Specifies the options for customizing the tooltip in linear gauge.
boolean
Enables or disables a grouping separator should be used for a number.
string
Specifies the width of the linear gauge as a string in order to provide input as both like ‘100px’ or ‘100%‘. If specified as ‘100%, gauge will render to the full width of its parent element.