FormatConditionRangeBase Class
Declaration
export abstract class FormatConditionRangeBase extends FormatConditionBase
Initializes a new instance of the FormatConditionRangeBase class.
constructor(
modelJson?: any,
serializer?: DevExpress.Analytics.Utils.ModelSerializer
)
| 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
get actualStyles(): Array<DevExpress.Dashboard.Model.StyleSettingsBase>
getSpecificType: () => any
rangeSet: DevExpress.Dashboard.Model.RangeSet
setSpecificType: (specificType: any) => any
| Type |
| (specificType: any) => any |
get stopStyles(): Array<DevExpress.Dashboard.Model.StyleSettingsBase>
valueType: ko.Observable<DevExpress.Dashboard.Model.DashboardFormatConditionValueType>
Methods
createStyleSettings(
styleListItem: any
): any
| Name |
Type |
| styleListItem |
any |
abstract getActualPredefinedType(): any
getInfo(): DevExpress.Analytics.Utils.ISerializationInfoArray
isRange(): boolean
isValid(): boolean
abstract setActualPredefinedType(
specificType: any
): any
| Name |
Type |
| specificType |
any |
setValues(
values: Array<any>
): void