AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/Chart.pm view on Meta::CPAN
description => 'True if data labels over the maximum of the chart shall be shown.',
format => '',
read_only => '',
},
'series' => {
datatype => 'ARRAY[Series]',
base_name => 'Series',
description => 'Gets or sets the series of chart data values.',
format => '',
read_only => '',
},
'categories' => {
datatype => 'ARRAY[ChartCategory]',
base_name => 'Categories',
description => 'Gets or sets the categories for chart data',
format => '',
read_only => '',
},
'data_source_for_categories' => {
datatype => 'DataSource',
base_name => 'DataSourceForCategories',
description => 'Data source type for categories.',
format => '',
read_only => '',
},
'has_title' => {
datatype => 'boolean',
base_name => 'HasTitle',
description => 'True if the chart has a title.',
format => '',
read_only => '',
},
'title' => {
datatype => 'ChartTitle',
base_name => 'Title',
description => 'Gets or sets the title.',
format => '',
read_only => '',
},
'back_wall' => {
datatype => 'ChartWall',
base_name => 'BackWall',
description => 'Gets or sets the back wall.',
format => '',
read_only => '',
},
'side_wall' => {
datatype => 'ChartWall',
base_name => 'SideWall',
description => 'Gets or sets the side wall.',
format => '',
read_only => '',
},
'floor' => {
datatype => 'ChartWall',
base_name => 'Floor',
description => 'Gets or sets the floor.',
format => '',
read_only => '',
},
'legend' => {
datatype => 'Legend',
base_name => 'Legend',
description => 'Gets or sets the legend.',
format => '',
read_only => '',
},
'axes' => {
datatype => 'Axes',
base_name => 'Axes',
description => 'Gets or sets the axes.',
format => '',
read_only => '',
},
'plot_area' => {
datatype => 'PlotArea',
base_name => 'PlotArea',
description => 'Gets or sets the plot area.',
format => '',
read_only => '',
},
'has_rounded_corners' => {
datatype => 'boolean',
base_name => 'HasRoundedCorners',
description => 'Specifies the chart area shall have rounded corners.',
format => '',
read_only => '',
},
'series_groups' => {
datatype => 'ARRAY[ChartSeriesGroup]',
base_name => 'SeriesGroups',
description => 'Gets groups of series. ',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'self_uri' => 'ResourceUri',
'alternate_links' => 'ARRAY[ResourceUri]',
'name' => 'string',
'width' => 'double',
'height' => 'double',
'alternative_text' => 'string',
'alternative_text_title' => 'string',
'hidden' => 'boolean',
'is_decorative' => 'boolean',
'x' => 'double',
'y' => 'double',
'z_order_position' => 'int',
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'hyperlink_click' => 'Hyperlink',
'hyperlink_mouse_over' => 'Hyperlink',
'type' => 'string',
'chart_type' => 'string',
'show_data_labels_over_maximum' => 'boolean',
'series' => 'ARRAY[Series]',
'categories' => 'ARRAY[ChartCategory]',
'data_source_for_categories' => 'DataSource',
'has_title' => 'boolean',
'title' => 'ChartTitle',
'back_wall' => 'ChartWall',
'side_wall' => 'ChartWall',
'floor' => 'ChartWall',
'legend' => 'Legend',
'axes' => 'Axes',
'plot_area' => 'PlotArea',
'has_rounded_corners' => 'boolean',
'series_groups' => 'ARRAY[ChartSeriesGroup]'
} );
__PACKAGE__->attribute_map( {
'self_uri' => 'SelfUri',
'alternate_links' => 'AlternateLinks',
'name' => 'Name',
'width' => 'Width',
'height' => 'Height',
'alternative_text' => 'AlternativeText',
'alternative_text_title' => 'AlternativeTextTitle',
'hidden' => 'Hidden',
'is_decorative' => 'IsDecorative',
'x' => 'X',
'y' => 'Y',
'z_order_position' => 'ZOrderPosition',
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'hyperlink_click' => 'HyperlinkClick',
'hyperlink_mouse_over' => 'HyperlinkMouseOver',
'type' => 'Type',
'chart_type' => 'ChartType',
'show_data_labels_over_maximum' => 'ShowDataLabelsOverMaximum',
'series' => 'Series',
'categories' => 'Categories',
'data_source_for_categories' => 'DataSourceForCategories',
'has_title' => 'HasTitle',
'title' => 'Title',
'back_wall' => 'BackWall',
'side_wall' => 'SideWall',
'floor' => 'Floor',
'legend' => 'Legend',
'axes' => 'Axes',
'plot_area' => 'PlotArea',
'has_rounded_corners' => 'HasRoundedCorners',
'series_groups' => 'SeriesGroups'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 1.693 second using v1.01-cache-2.11-cpan-cdf2f3d4e48 )