Appearance
|
Mirror
|
Mirror the scale so it paints against the opposite edge.
|
Reverse Range
|
Reverse the scale so that values go from high to low instead of low to high.
|
Label Angle
|
Changes the angle that the labels are drawn
|
labelAngle
|
|
int
|
|
0
|
Right
|
90
|
Down
|
180
|
Left
|
270
|
Up
|
|
|
Margin
|
The margin to leave blank as a percentage of the total height or width of the scale.
|
Major Tick Length
|
The line length for major ticks, in pixels.
|
Major Tick Thickness
|
The line thickness for major ticks, in pixels.
|
Major Tick Color
|
The line color for major ticks.
|
Label Format
|
The label format string. Examples: "%.1f" will render numbers like "15.0", "%.0f" will render numbers like "15". Using the empty string "" will disable the labels.
|
majorTickLabelFormat
|
|
String
|
|
Label Font
|
The font used for drawing tick labels.
|
Label Color
|
The color used for drawing tick labels.
|
majorTickLabelColor
|
|
Color
|
|
Minor Tick Length
|
The line length for minor ticks, in pixels.
|
Minor Tick Thickness
|
The line thickness for minor ticks, in pixels
|
Minor Tick Color
|
The line color for minor ticks.
|
Fine Tick Length
|
The line length for fine ticks, in pixels.
|
Fine Tick Thickness
|
The line thickness for fine ticks, in pixels
|
Fine Tick Color
|
The line color for fine ticks.
|
Antialias
|
Draw with antialias on? Makes text smoother
|
Common
|
Name
|
The name of this component.
|
Visible
|
If disabled, the component will be hidden.
|
Border
|
The border surrounding this component. NOTE that the border is unaffected by rotation.
|
Mouseover Text
|
The text that is displayed in the tooltip which pops up on mouseover of this component.
|
Cursor
|
The mouse cursor to use when hovering over this component.
|
cursorCode
|
|
int
|
|
0
|
Default
|
1
|
Crosshair
|
2
|
Text
|
3
|
Wait
|
12
|
Hand
|
13
|
Move
|
4
|
SW Resize
|
5
|
SE Resize
|
6
|
NW Resize
|
7
|
NE Resize
|
8
|
N Resize
|
9
|
S Resize
|
10
|
W Resize
|
11
|
E Resize
|
|
|
Data
|
Min Value
|
The lower bound of the scale
|
Max Value
|
The upper bound of the scale
|
Major Tick Span
|
The span length for major ticks. Should be a multiple of the minor and fine tick spans.
|
Minor Tick Span
|
The span length for minor ticks. Should be a factor of the major tick span and a multiple of the fine tick spans. Use zero to disable minor ticks.
|
Fine Tick Span
|
The span length for fine ticks. Should be a factor of the major and minor tick spans. Use zero to disable fine ticks.
|
Indicators
|
This dataset stores the indicators (if any) for the scale.
|
Data Quality
|
The data quality code for any tag bindings on this component.
|
dataQuality
|
|
int
|
|
bindable | expert
|
|