PPSpeedometerScale

Assembly: Speedometer;

Namespace: Prognoz.Platform.Interop.Speedometer;

Description

The PPSpeedometerScale class implements an object used to set up speedometer scale parameters.

Fore.NET Syntax

Class used to get an analog of the PPSpeedometerScale class:

None;

Class to get analog of the PPSpeedometerScale class object:

PPSpeedometerScaleClass;

Class object properties inherited from IPPSpeedometerScale

  Property name Brief description
Arrows The Arrows property returns the collection of scale arrows.
Background The Background property determines brush for scale background fill.
BorderBrush The BorderBrush property determines brush for rendering scale border.
BorderStyle The BorderStyle property determines style of rendering scale border.
BorderWidth The BorderWidth property determines width of scale border.
CenterPosition The CenterPosition property determines coordinates of scale center.
DataSource The DataSource property determines data of indicators in various speedometer time points.
DisplayLabels The DisplayLabels property determines visibility of scale data labels.
DisplayMajorTicks The DisplayMajorTicks property determines visibility of major scale tick marks.
DisplayMinorTicks The DisplayMinorTicks property determines visibility of minor scale tick marks.
EnableBorder The EnableBorder property determines whether scale has a border.
EnableBrush The EnableBrush property determines whether scale background is filled.
ID The ID property determines scale identifier.
IsAbsoluteSectorOffset The IsAbsoluteSectorOffset property determines measurement unit of sector offset.
Labels The Labels property returns collection of scale data labels.
Length The Length property determines scale length.
MajorTick The MajorTick property determines parameters of rendering major scale tick marks.
MaxValue The MaxValue property sets maximum scale value.
MinorTick The MinorTick property determines parameters of rendering minor scale tick marks.
MinValue The MinValue property sets minimum scale value.
Name The Name property determines scale name.
OuterRadius The OuterRadius property determines area of scale rendering with respect to its center.
PassedLabelFont The PassedLabelFont property determines font parameters of the text located in scale data labels passed by indicator.
PassedLabelFontColor The PassedLabelFontColor property determines color of the text located in scale data labels passed by indicator.
PassedMajorTick The PassedMajorTick property determines parameters of rendering major scale tick marks passed by indicator.
PassedMinorTick The PassedMinorTick property determines parameters of rendering scale minor tick marks passed by indicator.
RotateLabels The RotateLabels property determines whether data labels are rotated to the scale center.
Sectors The Sectors property returns collection of scales sectors.
Size The Size property determines scale height.
StartAngle The StartAngle property determines slope angel of scale start.
Step_ The Step_ property determines the step for positioning minor scale tick marks.
ToolTip The ToolTip property determines text of scale tooltip.
Trends The Trends property returns collection of scale trends.
ValuesCount The ValuesCount property returns the number of scale values.
Visible The Visible property determines whether scale is visible.

Class object methods inherited from IPPSpeedometerScale

  Method name Brief description
AddValue The AddValue method adds the specified scale value.
ClearValues The ClearValues method removes all scale values.
Recalc The Recalc method recalculates speedometer scale values.
Value The Value method returns scale value by its index.

See also:

Speedometer Assembly Classes

Related work items

Requirement