FormatConditionBar Class
Declaration
export class FormatConditionBar extends FormatConditionMinMaxBase
Initializes a new instance of the FormatConditionBar
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
barOptions: DevExpress.Dashboard.Model.FormatConditionBarOptions
currentStyleSettings: ko.Computed<DevExpress.Dashboard.Model.StyleSettingsBase>
currentStyleSettingsType: ko.Observable<string>
getSpecificType: () => any
negativeStyleSettings: ko.Observable<DevExpress.Dashboard.Model.StyleSettingsBase>
setSpecificType: (type: string) => void
Type |
(type: string) => void |
Methods
init(): void