LimitContainer Class
#Declaration
TypeScript
export class LimitContainer extends SerializableModel
#Inheritance
SerializableModel
LimitContainer
#constructor
Initializes a new instance of the LimitContainer
class.
#Declaration
TypeScript
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
#Parameters
Name | Type | Description |
---|---|---|
model |
any | A JSON object used for dashboard deserialization. Do not pass this parameter directly. |
serializer | Model |
An object used for dashboard deserialization. Do not pass this parameter directly. |
#Properties
#argumentInterval Property
#Declaration
TypeScript
argumentInterval: ko.Observable<DevExpress.Dashboard.Model.DateTimeGroupInterval>
#Property Value
Type |
---|
Observable<Date |
#fixed Property
#Declaration
TypeScript
fixed: DevExpress.Dashboard.Model.FixedDateTimePeriodLimit
#Property Value
Type |
---|
Fixed |
#flow Property
#Declaration
TypeScript
flow: DevExpress.Dashboard.Model.FlowDateTimePeriodLimit
#Property Value
Type |
---|
Flow |
#mode Property
#Declaration
TypeScript
mode: ko.Observable<"None" | "Fixed" | "Flow">
#Property Value
Type |
---|
" alt |
#Methods
#getInfo Method
For internal use.
#Declaration
TypeScript
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
#Returns
Type | Description |
---|---|
ISerialization |
An array of objects that provide serialization info. |
#getInterval Method
#Declaration
TypeScript
getInterval(): DevExpress.Dashboard.Model.DateTimeInterval
#Returns
Type |
---|
Date |
#isEmpty Method
#Declaration
TypeScript
isEmpty(): boolean
#Returns
Type |
---|
boolean |