Here you can the technical

ALPEIN Software SWISS AG
Google Style Gauge for SAP Design Studio
Specification
Last Revision: Feb 2, 2016
Document version 1.1
14.09.2016
Overview
A gauge component displays a single key measure (amount, percentage) and based on Google style
gauge chart.
Gauge benefits:




Responsive Design
Options for customizing in properties tab and methods
Smooth Animation
Data Binding
Compatibility


Design Studio 1.5+
Browsers – Chrome, IE, Opera, Mozilla
Component Design Variation
Google Style Gauge for Design Studio | © 2016 2
ALPEIN Software SWISS AG
Component Properties
Name
Indicator Binding
Set indicator
Number of Big Ticks
Number of Small Ticks
Show Ticks Text
Title
Title Text Size
Text Color
Special Symbol
Start Value
End Value
Start Angle
End Angle
First Color
First Color Value
Second Color
Second Color Value
Third Color
Gauge Circle
Gauge Circle Color
Needle Color
Needle Circle
Gauge Inner Circle Color
Type
ResultCell
float
int
int
boolean
String
int
Color
String
int
int
float
float
Color
int
Color
int
Color
boolean
Color
Color
Color
Color
Description
Indicator value in Data Source
Value for indicator
Big ticks in gauge
Small ticks in gauge
Numbers below ticks
Bottom text in gauge
For example: $, %
Min gauge value
Max gauge value
Starting angle: 0, -45, 90, etc.
Second angle: 180, 225, 270 etc.
Color for first range in gauge
End value for first range
Color for second range in gauge
End value for second range
Color for third range in gauge
Show/hide outer circle in gauge
Color for outer circle in gauge
Component Methods
Name
Type
Description
setStart (float value)
setEnd (float value)
setStartAngle (float value)
setEndAngle (float value)
void
void
void
void
Sets min gauge value
Sets max gauge value
Sets starting angle
Sets second angle
setNeedle (float value)
setSmallTicks (int value)
setBigTicks (int value)
getNeedle
void
void
void
float
Sets needle by indicator value
Sets number of small ticks
Sets number of big ticks
Returns indicator value
Google Style Gauge for Design Studio | © 2016 3
ALPEIN Software SWISS AG