DataPA Enterprise Dashboard Controls API Reference
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
A string value that represents the scaling values used to represent the ControlPanelObject label values.
A string value that represents the scaling values used to represent the ControlPanelObject label values.
Gets and sets a string value that represents the scaling values used to represent the ControlPanelObject label values.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
C# |
---|
public string scalingValues { get; set; } |
Visual Basic |
---|
Public Property scalingValues As String Get Set |
Visual C++ |
---|
public: virtual property String^ scalingValues { String^ get () sealed; void set (String^ value) sealed; } |
Property Value
Type: StringA string value that represents the scaling values used to represent the ControlPanelObject label values.
Return Value
Type: StringA string value that represents the scaling values used to represent the ControlPanelObject label values.
Remarks
Number scaling lets you define bespoke scales for numbers displayed on the ControlPanelObject. Pass a comma seperated list of units to scalingUnits (e.g mm, cm, m, km) and a comma seperated list of multiples to scalingValues (e.g 10, 100, 1000).
If the scalingUnits list has one more entry than the scaling values, units will be given the first entry in the list as a suffix.