AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/BubbleChartDataPoint.pm view on Meta::CPAN
format => '',
read_only => '',
},
'y_value' => {
datatype => 'double',
base_name => 'YValue',
description => 'Y-value',
format => '',
read_only => '',
},
'x_value_formula' => {
datatype => 'string',
base_name => 'XValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'y_value_formula' => {
datatype => 'string',
base_name => 'YValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'bubble_size' => {
datatype => 'double',
base_name => 'BubbleSize',
description => 'Bubble size.',
format => '',
read_only => '',
},
'bubble_size_formula' => {
datatype => 'string',
base_name => 'BubbleSizeFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'SeriesMarker',
'type' => 'string',
'x_value' => 'double',
'y_value' => 'double',
'x_value_formula' => 'string',
'y_value_formula' => 'string',
'bubble_size' => 'double',
'bubble_size_formula' => 'string'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'Marker',
'type' => 'Type',
'x_value' => 'XValue',
'y_value' => 'YValue',
'x_value_formula' => 'XValueFormula',
'y_value_formula' => 'YValueFormula',
'bubble_size' => 'BubbleSize',
'bubble_size_formula' => 'BubbleSizeFormula'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
lib/AsposeSlidesCloud/Object/OneValueChartDataPoint.pm view on Meta::CPAN
format => '',
read_only => '',
},
'value' => {
datatype => 'double',
base_name => 'Value',
description => 'Value.',
format => '',
read_only => '',
},
'value_formula' => {
datatype => 'string',
base_name => 'ValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'set_as_total' => {
datatype => 'boolean',
base_name => 'SetAsTotal',
description => 'SetAsTotal. Applied to Waterfall data points only.',
format => '',
read_only => '',
},
lib/AsposeSlidesCloud/Object/OneValueChartDataPoint.pm view on Meta::CPAN
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'SeriesMarker',
'type' => 'string',
'value' => 'double',
'value_formula' => 'string',
'set_as_total' => 'boolean',
'invert_if_negative' => 'boolean'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'Marker',
'type' => 'Type',
'value' => 'Value',
'value_formula' => 'ValueFormula',
'set_as_total' => 'SetAsTotal',
'invert_if_negative' => 'InvertIfNegative'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
lib/AsposeSlidesCloud/Object/ScatterChartDataPoint.pm view on Meta::CPAN
format => '',
read_only => '',
},
'y_value' => {
datatype => 'double',
base_name => 'YValue',
description => 'Y-value',
format => '',
read_only => '',
},
'x_value_formula' => {
datatype => 'string',
base_name => 'XValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
'y_value_formula' => {
datatype => 'string',
base_name => 'YValueFormula',
description => 'Spreadsheet formula in A1-style.',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'SeriesMarker',
'type' => 'string',
'x_value' => 'double',
'y_value' => 'double',
'x_value_formula' => 'string',
'y_value_formula' => 'string'
} );
__PACKAGE__->attribute_map( {
'fill_format' => 'FillFormat',
'effect_format' => 'EffectFormat',
'three_d_format' => 'ThreeDFormat',
'line_format' => 'LineFormat',
'marker' => 'Marker',
'type' => 'Type',
'x_value' => 'XValue',
'y_value' => 'YValue',
'x_value_formula' => 'XValueFormula',
'y_value_formula' => 'YValueFormula'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 0.808 second using v1.01-cache-2.11-cpan-179a2ef0c17 )