LimitContainer Class
Declaration
export class LimitContainer extends SerializableModel
constructor
Initializes a new instance of the LimitContainer 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
argumentInterval Property
Declaration
argumentInterval: ko.Observable<DevExpress.Dashboard.Model.DateTimeGroupInterval>
Property Value
fixed Property
Declaration
fixed: DevExpress.Dashboard.Model.FixedDateTimePeriodLimit
Property Value
flow Property
Declaration
flow: DevExpress.Dashboard.Model.FlowDateTimePeriodLimit
Property Value
mode Property
Declaration
mode: ko.Observable<"None" | "Fixed" | "Flow">
Property Value
| Type |
| " altProperty="fullName" displayProperty="name" /> |
Methods
getInfo Method
Declaration
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
Returns
getInterval Method
Declaration
getInterval(): DevExpress.Dashboard.Model.DateTimeInterval
Returns
isEmpty Method
Declaration
isEmpty(): boolean
Returns