__PACKAGE__->class_documentation({description=> ' Encapsulates the object that represents an area format. ',
class=> 'Area',
required=> [], # TODO
} );
__PACKAGE__->method_documentation({
'background_color'=> {
datatype=> 'Color',
base_name=> 'BackgroundColor',
description=> 'Gets or sets the background of the . ',
format=> '',
read_only=> '',
},
'fill_format'=> {
datatype=> 'FillFormat',
base_name=> 'FillFormat',
description=> 'Represents a object that contains fill formatting properties for the specified chart or shape. ',
format=> '',
read_only=> '',
},
'foreground_color'=> {
datatype=> 'Color',
base_name=> 'ForegroundColor',
description=> 'Gets or sets the foreground . ',
format=> '',
read_only=> '',
},
'format'=> {
datatype=> 'string',
base_name=> 'Format',
description=> 'This class has a property named "Format" of type string with both getter and setter methods.',
format=> '',
read_only=> '',
},
'invert_if_negative'=> {
datatype=> 'boolean',
base_name=> 'InvertIfNegative',
description=> 'If the property is true and the value of chart point is a negative number, the foreground color and background color will be exchanged. ',
format=> '',
read_only=> '',
},
'transparency'=> {
datatype=> 'double',
base_name=> 'Transparency',
description=> 'Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear). ',