Interface for a class CircularGauge
EmitType<IAnimationCompleteEventArgs>
Triggers after the animation gets completed for pointers.
EmitType<IAnnotationRenderEventArgs>
Triggers before each annotation for the circular gauge gets rendered.
EmitType<IAxisLabelRenderEventArgs>
Triggers before each axis label gets rendered.
Triggers before the prints 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 on mouse down.
Triggers while cursor leaves the circular gauge.
Triggers on hovering the circular gauge.
Triggers when mouse up action is performed over the circular gauge.
EmitType<ILegendRenderEventArgs>
Triggers before each legend for the circular gauge gets rendered.
Triggers before the circular gauge gets loaded.
Triggers after the circular gauge gets loaded.
EmitType<IRadiusCalculateEventArgs>
Triggers before the radius for the circular gauge gets calculated.
Triggers to notify the resize of the circular gauge when the window is resized.
EmitType<ITooltipRenderEventArgs>
Triggers before the tooltip for pointer of the circular gauge gets rendered.
boolean
Enables and disables the export to image functionality in circular 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 and disables the export to pdf functionality in circular gauge.
boolean
Enables and disables the print functionality in circular gauge.
boolean
Allow the range element to be rendered ahead of the axis element, when this property is set to “true”.
number
Sets and gets the duration of animation in milliseconds in circular gauge.
Sets and gets the options for customizing the axes of circular gauge.
string
Sets and gets the background color of the gauge. This property accepts value in hex code, rgba string as a valid CSS color string.
Sets and gets the options for customizing the style properties of the gauge border.
string
Sets and gets the X coordinate of the center of the circular gauge.
string
Sets and gets the Y coordinate of the center of the circular gauge.
string
Sets and gets the information about gauge for assistive technology.
boolean
Enable or disable persisting component’s state between page reloads.
boolean
Enables and disables drag movement of the pointer in the circular gauge.
boolean
Enables and disables the drag movement of the ranges in the circular gauge.
boolean
Enable or disable rendering component in right to left direction.
string
Sets and gets the height of the circular 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.
Sets and gets the options for customizing the legend of the circular gauge.
string
Overrides the global culture and localization value for this component. Default global culture is ‘en-US’.
Sets and gets the options to customize the left, right, top and bottom margins of the circular gauge.
boolean
Enables and disables placing the half or quarter circle in center, if centerX
and centerY
properties are not specified.
number
Sets and gets the tab index value for the circular gauge.
Sets and gets the theme styles supported for circular gauge. When the theme is set, the styles associated with the theme will be set in the gauge.
string
Sets and gets the title for circular gauge.
Sets and gets the options for customizing the title for circular gauge.
Sets and gets the options for customizing the tooltip of gauge.
boolean
Enables and disables the grouping separator should be used for a number.
string
Sets and gets the width of the circular 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.