IPPSpeedometer

Assembly: Speedometer;

Description

The IPPSpeedometer interface contains properties and methods that are used to set up parameters of speedometer displaying.

Inheritance Hierarchy

          IPPSpeedometer

Comments

The speedometer implements the Indicator dashboard visualizer. The Indicator visualizer is available only in the web application.

Properties

  Property name Brief description
Background

The Background property determines the brush that is used to fill speedometer area background.
BorderBrush

The BorderBrush property determines the brush that is used to render speedometer area border.
Borders

The Borders property returns the collection of speedometer borders.
BorderStyle

The BorderStyle property determines a style for rendering speedometer area border.
BorderWidth

The BorderWidth property determines width of speedometer area border.
BottomPadding

The BottomPadding property determines a bottom padding of speedometer.
Center

The Center property returns parameters of speedometer central marker rendering.
CenterLabel

The CenterLabel property determines parameters of central text marker of speedometer.
CenterPosition

The CenterPosition property determines coordinates of speedometer center.
EnableBorder

The EnableBorder property determines whether speedometer area has a border.
EnableBrush

The EnableBrush property determines whether speedometer area background is filled.
Height

The Height property determines speedometer height.
ID

The ID property determines a speedometer identifier.
LeftPadding

The LeftPadding property determines a left padding of speedometer.
Opacity

The Opacity property determines speedometer transparency.
OuterRadius

The OuterRadius property determines a speedometer rendering area relative to speedometer center.
RightPadding

The RightPadding property determines a right padding of speedometer.
Scales

The Scales property returns the collection of speedometer scales.
TimeLine

The TimeLine property returns parameters of speedometer timeline.
ToolTip

The ToolTip property determines a text of speedometer tooltip.
TopPadding

The TopPadding property determines a top padding of speedometer.
Width

The Width property determines speedometer width.

Methods

  Method name Brief description
LoadFromXml The LoadFromXml method loads XML markup of speedometer from string variable.
SaveToXml

The SaveToXml method saves XML markup of speedometer into string variable.
SetStyle The SetStyle method adds the specified speedometer visual style.

See also:

Speedometer Assembly Interfaces