__PACKAGE__->class_documentation({description=> 'Describe the DataBar conditional formatting rule. This conditional formatting rule displays a gradated data bar in the range of cells.',
class=> 'DataBar',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'axis_color'=> {
datatype=> 'Color',
base_name=> 'AxisColor',
description=> 'Gets the color of the axis for cells with conditional formatting as data bars. ',
format=> '',
read_only=> '',
},
'axis_position'=> {
datatype=> 'string',
base_name=> 'AxisPosition',
description=> 'Gets or sets the position of the axis of the data bars specified by a conditional formatting rule. ',
format=> '',
read_only=> '',
},
'bar_border'=> {
datatype=> 'DataBarBorder',
base_name=> 'BarBorder',
description=> 'Gets an object that specifies the border of a data bar. ',
format=> '',
read_only=> '',
},
'bar_fill_type'=> {
datatype=> 'string',
base_name=> 'BarFillType',
description=> 'Gets or sets how a data bar is filled with color. ',
format=> '',
read_only=> '',
},
'color'=> {
datatype=> 'Color',
base_name=> 'Color',
description=> 'Get or set this DataBar`s Color. ',
format=> '',
read_only=> '',
},
'direction'=> {
datatype=> 'string',
base_name=> 'Direction',
description=> 'Gets or sets the direction the databar is displayed. ',
format=> '',
read_only=> '',
},
'max_cfvo'=> {
datatype=> 'ConditionalFormattingValue',
base_name=> 'MaxCfvo',
description=> 'Get or set this DataBar`s max value object. Cannot set null or CFValueObject with type FormatConditionValueType.Min to it. ',
format=> '',
read_only=> '',
},
'max_length'=> {
datatype=> 'int',
base_name=> 'MaxLength',
description=> 'Represents the max length of data bar . ',
format=> '',
read_only=> '',
},
'min_cfvo'=> {
datatype=> 'ConditionalFormattingValue',
base_name=> 'MinCfvo',
description=> 'Get or set this DataBar`s min value object. Cannot set null or CFValueObject with type FormatConditionValueType.Max to it. ',
format=> '',
read_only=> '',
},
'min_length'=> {
datatype=> 'int',
base_name=> 'MinLength',
description=> 'Represents the min length of data bar . ',
format=> '',
read_only=> '',
},
'negative_bar_format'=> {
datatype=> 'NegativeBarFormat',
base_name=> 'NegativeBarFormat',
description=> 'Gets the NegativeBarFormat object associated with a data bar conditional formatting rule. ',
format=> '',
read_only=> '',
},
'show_value'=> {
datatype=> 'boolean',
base_name=> 'ShowValue',
description=> 'Get or set the flag indicating whether to show the values of the cells on which this data bar is applied. Default value is true. ',