export class RangeSet extends SerializableModel
Initializes a new instance of the RangeSet class.
constructor(modelJson?: any, serializer?: DevExpress.Analytics.Utils.ModelSerializer)
Name | Type | Default | Description |
---|---|---|---|
modelJson | any | null | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | ModelSerializer | null | An object used for dashboard deserialization. Do not pass this parameter directly. |
ranges: ko.ObservableArray<RangeInfo>
Type | Description |
---|---|
ko.ObservableArray<RangeInfo> |
For internal use.
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Type | Description |
---|---|
ISerializationInfoArray | An array of objects that provide serialization info. |