AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/DataLabels.pm view on Meta::CPAN
},
'is_deleted' => {
datatype => 'boolean',
base_name => 'IsDeleted',
description => 'A nullable boolean property "IsDeleted" indicating whether an object has been deleted.',
format => '',
read_only => '',
},
'linked_source' => {
datatype => 'string',
base_name => 'LinkedSource',
description => '',
format => '',
read_only => '',
},
'number' => {
datatype => 'int',
base_name => 'Number',
description => 'Gets and sets the built-in number format.',
format => '',
read_only => '',
},
'number_format' => {
datatype => 'string',
base_name => 'NumberFormat',
description => 'Represents the format string for the DataLabels object.',
format => '',
read_only => '',
},
'number_format_linked' => {
datatype => 'boolean',
base_name => 'NumberFormatLinked',
description => 'True if the number format is linked to the cells (so that the number format changes in the labels when it changes in the cells).',
format => '',
read_only => '',
},
'position' => {
datatype => 'string',
base_name => 'Position',
description => 'Represents the position of the data label.',
format => '',
read_only => '',
},
'rotation_angle' => {
datatype => 'int',
base_name => 'RotationAngle',
description => '',
format => '',
read_only => '',
},
'separator' => {
datatype => 'string',
base_name => 'Separator',
description => 'Gets or sets the separator type used for the data labels on a chart.',
format => '',
read_only => '',
},
'show_bubble_size' => {
datatype => 'boolean',
base_name => 'ShowBubbleSize',
description => 'Represents a specified chart`s data label percentage value display behavior. True displays the percentage value. False to hide.',
format => '',
read_only => '',
},
'show_category_name' => {
datatype => 'boolean',
base_name => 'ShowCategoryName',
description => 'Represents a specified chart`s data label category name display behavior.True to display the category name for the data labels on a chart. False to hide.',
format => '',
read_only => '',
},
'show_legend_key' => {
datatype => 'boolean',
base_name => 'ShowLegendKey',
description => 'Represents a specified chart`s data label legend key display behavior. True if the data label legend key is visible.',
format => '',
read_only => '',
},
'show_percentage' => {
datatype => 'boolean',
base_name => 'ShowPercentage',
description => 'Represents a specified chart`s data label percentage value display behavior. True displays the percentage value. False to hide.',
format => '',
read_only => '',
},
'show_series_name' => {
datatype => 'boolean',
base_name => 'ShowSeriesName',
description => 'Returns or sets a Boolean to indicate the series name display behavior for the data labels on a chart. True to show the series name. False to hide.',
format => '',
read_only => '',
},
'show_value' => {
datatype => 'boolean',
base_name => 'ShowValue',
description => 'Represents a specified chart`s data label values display behavior. True displays the values. False to hide.',
format => '',
read_only => '',
},
'text' => {
datatype => 'string',
base_name => 'Text',
description => 'Gets or sets the text of data label.',
format => '',
read_only => '',
},
'text_direction' => {
datatype => 'string',
base_name => 'TextDirection',
description => '',
format => '',
read_only => '',
},
'text_horizontal_alignment' => {
datatype => 'string',
base_name => 'TextHorizontalAlignment',
description => '',
format => '',
read_only => '',
},
'text_vertical_alignment' => {
datatype => 'string',
base_name => 'TextVerticalAlignment',
description => '',
format => '',
read_only => '',
},
'area' => {
datatype => 'Area',
base_name => 'Area',
description => '',
format => '',
read_only => '',
},
'auto_scale_font' => {
datatype => 'boolean',
base_name => 'AutoScaleFont',
description => '',
format => '',
read_only => '',
},
'background_mode' => {
lib/AsposeCellsCloud/Object/DataLabels.pm view on Meta::CPAN
format => '',
read_only => '',
},
'is_inner_mode' => {
datatype => 'boolean',
base_name => 'IsInnerMode',
description => '',
format => '',
read_only => '',
},
'shadow' => {
datatype => 'boolean',
base_name => 'Shadow',
description => '',
format => '',
read_only => '',
},
'width' => {
datatype => 'int',
base_name => 'Width',
description => '',
format => '',
read_only => '',
},
'height' => {
datatype => 'int',
base_name => 'Height',
description => '',
format => '',
read_only => '',
},
'x' => {
datatype => 'int',
base_name => 'X',
description => '',
format => '',
read_only => '',
},
'y' => {
datatype => 'int',
base_name => 'Y',
description => '',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'is_auto_text' => 'boolean',
'is_deleted' => 'boolean',
'linked_source' => 'string',
'number' => 'int',
'number_format' => 'string',
'number_format_linked' => 'boolean',
'position' => 'string',
'rotation_angle' => 'int',
'separator' => 'string',
'show_bubble_size' => 'boolean',
'show_category_name' => 'boolean',
'show_legend_key' => 'boolean',
'show_percentage' => 'boolean',
'show_series_name' => 'boolean',
'show_value' => 'boolean',
'text' => 'string',
'text_direction' => 'string',
'text_horizontal_alignment' => 'string',
'text_vertical_alignment' => 'string',
'area' => 'Area',
'auto_scale_font' => 'boolean',
'background_mode' => 'string',
'border' => 'Line',
'font' => 'Font',
'is_automatic_size' => 'boolean',
'is_inner_mode' => 'boolean',
'shadow' => 'boolean',
'width' => 'int',
'height' => 'int',
'x' => 'int',
'y' => 'int'
} );
__PACKAGE__->attribute_map( {
'is_auto_text' => 'IsAutoText',
'is_deleted' => 'IsDeleted',
'linked_source' => 'LinkedSource',
'number' => 'Number',
'number_format' => 'NumberFormat',
'number_format_linked' => 'NumberFormatLinked',
'position' => 'Position',
'rotation_angle' => 'RotationAngle',
'separator' => 'Separator',
'show_bubble_size' => 'ShowBubbleSize',
'show_category_name' => 'ShowCategoryName',
'show_legend_key' => 'ShowLegendKey',
'show_percentage' => 'ShowPercentage',
'show_series_name' => 'ShowSeriesName',
'show_value' => 'ShowValue',
'text' => 'Text',
'text_direction' => 'TextDirection',
'text_horizontal_alignment' => 'TextHorizontalAlignment',
'text_vertical_alignment' => 'TextVerticalAlignment',
'area' => 'Area',
'auto_scale_font' => 'AutoScaleFont',
'background_mode' => 'BackgroundMode',
'border' => 'Border',
'font' => 'Font',
'is_automatic_size' => 'IsAutomaticSize',
'is_inner_mode' => 'IsInnerMode',
'shadow' => 'Shadow',
'width' => 'Width',
'height' => 'Height',
'x' => 'X',
'y' => 'Y'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 0.807 second using v1.01-cache-2.11-cpan-5837b0d9d2c )