AsposeSlidesCloud-SlidesApi
view release on metacpan or search on metacpan
lib/AsposeSlidesCloud/Object/OneValueChartDataPoint.pm view on Meta::CPAN
}
return $_data;
}
__PACKAGE__->class_documentation({description => 'One value chart data point.',
class => 'OneValueChartDataPoint',
required => [], # TODO
} );
__PACKAGE__->method_documentation({
'fill_format' => {
datatype => 'FillFormat',
base_name => 'FillFormat',
description => 'Gets or sets the fill format.',
format => '',
read_only => '',
},
'effect_format' => {
datatype => 'EffectFormat',
base_name => 'EffectFormat',
description => 'Gets or sets the effect format.',
format => '',
read_only => '',
},
'three_d_format' => {
datatype => 'ThreeDFormat',
base_name => 'ThreeDFormat',
description => 'Gets or sets the 3D format',
format => '',
read_only => '',
},
'line_format' => {
datatype => 'LineFormat',
base_name => 'LineFormat',
description => 'Gets or sets the line format.',
format => '',
read_only => '',
},
'marker' => {
datatype => 'SeriesMarker',
base_name => 'Marker',
description => 'Gets or sets the marker.',
format => '',
read_only => '',
},
'type' => {
datatype => 'string',
base_name => 'Type',
description => 'Data point type.',
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 => '',
},
'invert_if_negative' => {
datatype => 'boolean',
base_name => 'InvertIfNegative',
description => 'True if the data point shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
format => '',
read_only => '',
},
});
__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;
( run in 0.478 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )