| Range Class |
|
Namespace: DataPAEnterpriseDashboard
[SerializableAttribute] public class Range : _Range, ISerializable
The Range type exposes the following members.
| Name | Description | |
|---|---|---|
| Range |
Creates and returns a new object
| |
| Range(RangeCollection) |
Creates and returns a new object
| |
| Range(RangeCollection, RangeValue, RangeValue, Color) |
Creates and returns a new object
|
| Name | Description | |
|---|---|---|
| GetObjectData | ||
| SetObjectData |
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Colour |
Gets and sets the colour to be used when rendering this range
| |
| Guid |
Gets ans sets the Guid for this object
| |
| ID |
Gets the unique ID of this object
| |
| Label |
Gets and sets the label for this range
| |
| Maximum |
Gets and sets a RangeValue object that represents the Maximum value for this range
| |
| Minimum |
Gets and sets a RangeValue object that represents the minimum value for this range
| |
| ObjectSizes |
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
| |
| Parent |
Gets and sets the parent of this object
| |
| RangeType |
Gets the type of range this range object represents
| |
| RangeTypeDescription |
Gets the string used to display this range
| |
| Show |
Gets ans sets a value that indicates if this range should be shown
|