AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/ChartDataTable.pm view on Meta::CPAN
}
}
__PACKAGE__->class_documentation({description => 'Represents a chart data table.',
class => 'ChartDataTable',
required => [], # TODO
} );
__PACKAGE__->method_documentation({
'auto_scale_font' => {
datatype => 'boolean',
base_name => 'AutoScaleFont',
description => 'True if the text in the object changes font size when the object size changes. The default value is True.',
format => '',
read_only => '',
},
'background_mode' => {
datatype => 'string',
base_name => 'BackgroundMode',
description => 'Gets and sets the display mode of the background',
format => '',
read_only => '',
},
'border' => {
datatype => 'Line',
base_name => 'Border',
description => 'Returns a Border object that represents the border of the object',
format => '',
read_only => '',
},
'font' => {
datatype => 'Font',
base_name => 'Font',
description => 'Gets a object which represents the font setting of the specified chart data table.',
format => '',
read_only => '',
},
'has_border_horizontal' => {
datatype => 'boolean',
base_name => 'HasBorderHorizontal',
description => 'True if the chart data table has horizontal cell borders',
format => '',
read_only => '',
},
'has_border_outline' => {
datatype => 'boolean',
base_name => 'HasBorderOutline',
description => 'True if the chart data table has outline borders',
format => '',
read_only => '',
},
'has_border_vertical' => {
datatype => 'boolean',
base_name => 'HasBorderVertical',
description => 'True if the chart data table has vertical cell borders',
format => '',
read_only => '',
},
'show_legend_key' => {
datatype => 'boolean',
base_name => 'ShowLegendKey',
description => 'True if the data label legend key is visible.',
format => '',
read_only => '',
},
'link' => {
datatype => 'Link',
base_name => 'link',
description => '',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'auto_scale_font' => 'boolean',
'background_mode' => 'string',
'border' => 'Line',
'font' => 'Font',
'has_border_horizontal' => 'boolean',
'has_border_outline' => 'boolean',
'has_border_vertical' => 'boolean',
'show_legend_key' => 'boolean',
'link' => 'Link'
} );
__PACKAGE__->attribute_map( {
'auto_scale_font' => 'AutoScaleFont',
'background_mode' => 'BackgroundMode',
'border' => 'Border',
'font' => 'Font',
'has_border_horizontal' => 'HasBorderHorizontal',
'has_border_outline' => 'HasBorderOutline',
'has_border_vertical' => 'HasBorderVertical',
'show_legend_key' => 'ShowLegendKey',
'link' => 'link'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 0.871 second using v1.01-cache-2.11-cpan-9581c071862 )