AsposeSlidesCloud-SlidesApi

 view release on metacpan or  search on metacpan

lib/AsposeSlidesCloud/Object/ScatterChartDataPoint.pm  view on Meta::CPAN

                                  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 => '',
    		},
    'x_value' => {
    	datatype => 'double',
    	base_name => 'XValue',
    	description => 'X-value',
    	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.546 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )