Range Constructor (RangeCollection, RangeValue, RangeValue, Color) |
|
DataPA OpenAnalytics API Reference
Creates and returns a new object
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public Range(
RangeCollection Parent,
RangeValue Min,
RangeValue Max,
Color Colour
)
Public Sub New (
Parent As RangeCollection,
Min As RangeValue,
Max As RangeValue,
Colour As Color
)
public:
Range(
RangeCollection^ Parent,
RangeValue^ Min,
RangeValue^ Max,
Color Colour
)
DataPAEnterpriseDashboard.Range = function(Parent, Min, Max, Colour);
Parameters
- Parent
- Type: DataPAEnterpriseDashboardRangeCollection
The parent of this object - Min
- Type: DataPAEnterpriseDashboardRangeValue
The minimum value for this range - Max
- Type: DataPAEnterpriseDashboardRangeValue
The maximum value for this range - Colour
- Type: System.DrawingColor
The colour of this range
Remarks See Also