类: ConditionalFormatDataBarRuleBuilder
继承
ConditionalFormatRuleBaseBuilder
方法
copy()
copy(): ConditionalFormatDataBarRuleBuilder
Deep clone a current builder.
返回
ConditionalFormatDataBarRuleBuilder
Memberof
ConditionalFormatRuleBuilder
重写了
ConditionalFormatRuleBaseBuilder.copy
setDataBar()
setDataBar(config): this
Data bar settings
参数
参数 | 类型 | 描述 |
---|---|---|
config | { isGradient : boolean ; isShowValue : boolean ; max : IValueConfig ; min : IValueConfig ; nativeColor : string ; positiveColor : string ; } | |
config.isGradient ? | boolean | |
config.isShowValue ? | boolean | |
config.max | IValueConfig | |
config.min | IValueConfig | |
config.nativeColor | string | |
config.positiveColor | string |
返回
this
Memberof
ConditionalFormatRuleBuilder