EFILive version 4.3.3 and later implements the dashboard items differently than before. Dashboard item configuration information is stored in the system
registry under the key: HKEY_CURRENT_USER\Software\Starr Performance\EFILive
V4\dash\DashNN.<attribute>
EFILive version 4.6.0 and later implements the dashboard items differently than before. Dashboard item configuration information is stored in the system
registry under the key: HKEY_CURRENT_USER\Software\EFILive\V4\dash\DashNN.<attribute>
Where NN is the gauge's number and .<attribute> is listed below.
Specific dashboard item settings.
Key |
Description |
Value |
Color |
The background color of the chart. |
RGB color |
Background |
The name of a bitmap file to be
displayed as the gauge's background. |
Fully qualified pathname |
ShowBackground |
Determines whether or not the
background bitmap image will be displayed or not. |
0: Do not show background
1: Show background |
CaptionFont.Name
CaptionFont.Size
CaptionFont.Style
CaptionFont.Color |
Font settings for the gauge's
caption |
Font settings |
ShowCaption |
Determines whether or not the
caption is visible. |
0: Do not show caption
1: Show caption |
PositionFont.Name
PositionFont.Size
PositionFont.Style
PositionFont.Color |
Font settings for the gauge's
value |
Font settings |
ShowPosition |
Determines whether or not the
gauge's value is visible. |
0: Do not show value
1: Show value |
HAlignment |
The value's horizontal alignment |
0: Left
1: Center
2: Right |
UnitFont.Name
UnitFont.Size
UnitFont.Style
UnitFont.Color |
Font settings for the gauge's units |
Font settings |
ShowUnits |
Determines whether or not the
units are visible. |
0: Do not show units
1: Show units |
Precision
ScalePrecision |
The display format of the gauge's
value and scale. |
0: 1000's
1: 100's
2: 10's
3: 1's
4: None
5: #.9
6: #.99
7: #.999
8: x1000
9: x100
10: x10 |
NeedleLength |
The length of the needle is given
as a percentage of the gauge's radius. |
Percentage |
NeedleWidth |
The needle width is given in
pixels. |
2<=width<=10 |
VBorder
HBorder |
The number of pixels to allow for
horizontal and vertical borders. Adjust these figures to position the
gauge's scale display. |
Number |
Border |
Thickness of the gauges border
line |
Number |
ScaleFont.Name
ScaleFont.Size
ScaleFont.Style
ScaleFont.Color |
Font settings for the gauge's
Scale |
Font settings |
MinMaxFont.Name
MinMaxFont.Size
MinMaxFont.Style
MinMaxFont.Color |
Font settings for the gauge's
MinMax |
Font settings |
ShowMinMax |
Determines whether or not the
MinMax is visible. |
0: Do not show MinMax
1: Show MinMax |
ColorMin
ColorOk
ColorMax
ColorFace
ColorLine |
Colors for various parts of the
chart. See below for a discussion on the effect of setting chart colors. |
RGB colors |
AutoPosition
AutoCaption
AutoUnit
AutoMinMax
AutoScale |
Determines if the corresponding
font is auto-scaled to fit in the gauge. |
0: Not scaled.
1: Scaled. |
If the gauge's face color and scale font color are identical then the
gauge's scale will be displayed using the ColorMin, the ColorOk and the
ColorMax color settings.