Radial Slider

Typewidget
Dictionarywidget.radialslider
LibraryRadial Slider
Associationscom.livecode.widget.radialslider
Summary

The Radial Slider widget is for displaying data on a circular scale format.

Introduced10
OSmac, windows, linux, ios, android
Platformsdesktop, mobile, web
Description

The Radial Slider widget is for displaying data on a circular scale format.

TypeNameSummarySyntax
messagevalueChanged

Sent when the user moves the radial slider.

valueChanged pCurrentValue

propertyarcAngle

Specifies the angle used to draw an arc.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:
Use the <a href="arcAngle_LCS_property.html">arcAngle</a> property to create an arc shape for a radial slider.

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.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:

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.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:
Use the <a href="indicatorLineSize_LCS_property.html">indicatorLineSize</a> property to change the width of the Radial Slider's line.

get the indicatorLineSize of widget

set the indicatorLineSize of widget to <number>

- - -Interactive

Specifies whether the widget responds to user interactions.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:

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.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:
Use the <a href="knobRadius_LCS_property.html">knobRadius</a> property to change 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.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:

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.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:
Use the <a href="measurementUnit_LCS_property.html">measurementUnit</a> property to specify the unit of measure for the data that is rendered in the radial slider.

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.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:
Use the <a href="scaleBackColor_LCS_property.html">scaleBackColor</a> property to specify the color with which the background of the radial slider is drawn.

get the scaleBackColor of widget

set the scaleBackColor of widget to <RGBA color>

- - -scaleLineColor

Specifies the color of the radial slider scale lines.

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:
Use the <a href="scaleLineColor_LCS_property.html">scaleLineColor</a> property to specify the color with which the radial slider's scale lines are drawn.

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

Introduced: 10

OS: mac, windows, linux, ios, android

Platforms: desktop, mobile, web

Description:

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.

Description:
Use the <a href="valueFormat_LCS_property.html">valueFormat</a> property to define the format of the value label.

Use # for digits specification and . for decimal point

get the valueFormat of widget

set the valueFormat of widget to <string>

widgetRadial 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>