RangeSet Class
Declaration
export class RangeSet extends SerializableModel
Inherited Members
Inheritance
SerializableModel
RangeSet
constructor
Initializes a new instance of the RangeSet class.
Declaration
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
Parameters
| Name | Type | Description |
|---|---|---|
| modelJson | any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
| serializer | ModelSerializer | An object used for dashboard deserialization. Do not pass this parameter directly. |
Properties
ranges Property
Declaration
ranges: ko.ObservableArray<DevExpress.Dashboard.Model.RangeInfo>
Property Value
| Type |
|---|
| ObservableArray<RangeInfo> |
Methods
dispose Method
Disposes of all resources associated with this RangeSet.
Declaration
dispose(): void
getInfo Method
For internal use.
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
| Type | Description |
|---|---|
| ISerializationInfoArray | An array of objects that provide serialization info. |