Radial Slider | |
Type | widget |
Dictionary | widget.radialslider |
Library | Radial Slider |
Associations | com.livecode.widget.radialslider |
Summary | The Radial Slider widget is for displaying data on a circular scale format. |
Introduced | 10 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, mobile, web |
Description | The Radial Slider widget is for displaying data on a circular scale format. |
Type | Name | Summary | Syntax |
---|---|---|---|
message | valueChanged | Sent when the user moves the radial slider. | valueChanged pCurrentValue |
property | arcAngle | Specifies the angle used to draw an arc.
| get the scaleArc of widget set the scaleArc of widget to <number> |
- - - | currentValue | Specifies the current value of a Radial Slider draggable thumb. | get the currentValue of widget set the currentValue of widget to <number> |
- - - | indicatorColor | Specify the color that the radial slider indicator will have.
Use the indicatorColor property to specify the color that the radial slider's indicator is drawn with. | get the indicatorColor of widget set the indicatorColor of widget to <RGBA color> |
- - - | indicatorLines | Specifies the number of lines to be drawn on the gauge. | get the indicatorLines of widget set the indicatorLines of widget to <number> |
- - - | indicatorLineSize | Specifies the thickness of the Radial Slider line.
| get the indicatorLineSize of widget set the indicatorLineSize of widget to <number> |
- - - | Interactive | Specifies whether the widget responds to user interactions.
Use the interactive property to turn user interaction with the widget on and off. | get the interactive of widget set the interactive of widget to {true | false} |
- - - | knobRadius | Specifies the radius with which the knob is drawn.
| get the knobRadius of widget set the knobRadius of widget to <number> |
- - - | maxValue | Specifies the value corresponding to a radial slider widget's end value.
Use the minValue and maxValue properties to set the scale of the radial slider. | get the maxValue of widget set the maxValue of widget to <number> |
- - - | measurementUnit | Specify the unit of measure.
| get the measurementUnit of widget set the measurementUnit of widget to <string> |
- - - | minValue | Specifies the value corresponding to a radial slider widget's start value. | get the minValue of widget set the minValue of widget to <number> |
- - - | scaleBackColor | Specify the color that the background of the radial slider will have.
| get the scaleBackColor of widget set the scaleBackColor of widget to <RGBA color> |
- - - | scaleLineColor | Specifies the color of the radial slider scale lines.
| get the scaleLineColor of widget set the scaleLineColor of widget to <RGBA color> |
- - - | showKnob | Specifies whether or not to display the knob on the radial slider
Use the showKnob property to specify whether or not to show the knob on the radial slider | get the showKnob of widget set the showKnob of widget to {true | false} |
- - - | valueFormat | Specifies the format to render the value.
Use # for digits specification and . for decimal point | get the valueFormat of widget set the valueFormat of widget to <string> |
widget | Radial Slider | The Radial Slider widget is for displaying data on a circular scale format. | get the valueFormat of widget set the valueFormat of widget to <string> |