AsposeSlidesCloud-SlidesApi

 view release on metacpan or  search on metacpan

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

    		},
    'name' => {
    	datatype => 'string',
    	base_name => 'Name',
    	description => 'Series name.',
    	format => '',
    	read_only => '',
    		},
    'data_source_for_series_name' => {
    	datatype => 'DataSource',
    	base_name => 'DataSourceForSeriesName',
    	description => 'Series name data source.',
    	format => '',
    	read_only => '',
    		},
    'is_color_varied' => {
    	datatype => 'boolean',
    	base_name => 'IsColorVaried',
    	description => 'True if each data marker in the series has a different color.',
    	format => '',
    	read_only => '',
    		},
    'inverted_solid_fill_color' => {
    	datatype => 'string',
    	base_name => 'InvertedSolidFillColor',
    	description => 'Invert solid color for the series.',
    	format => '',
    	read_only => '',
    		},
    'smooth' => {
    	datatype => 'boolean',
    	base_name => 'Smooth',
    	description => 'True if curve smoothing is turned on. Applies only to line and scatter connected by lines charts.',
    	format => '',
    	read_only => '',
    		},
    'plot_on_second_axis' => {
    	datatype => 'boolean',
    	base_name => 'PlotOnSecondAxis',
    	description => 'True if the series is plotted on second value axis.',
    	format => '',
    	read_only => '',
    		},
    'order' => {
    	datatype => 'int',
    	base_name => 'Order',
    	description => 'Series order.',
    	format => '',
    	read_only => '',
    		},
    'invert_if_negative' => {
    	datatype => 'boolean',
    	base_name => 'InvertIfNegative',
    	description => 'True if the series shall invert its colors if the value is negative. Applies to bar, column and bubble series.',
    	format => '',
    	read_only => '',
    		},
    'explosion' => {
    	datatype => 'int',
    	base_name => 'Explosion',
    	description => 'The distance of an open pie slice from the center of the pie chart is expressed as a percentage of the pie diameter.',
    	format => '',
    	read_only => '',
    		},
    'marker' => {
    	datatype => 'SeriesMarker',
    	base_name => 'Marker',
    	description => 'Series marker.',
    	format => '',
    	read_only => '',
    		},
    'fill_format' => {
    	datatype => 'FillFormat',
    	base_name => 'FillFormat',
    	description => 'Fill properties set for the series.',
    	format => '',
    	read_only => '',
    		},
    'effect_format' => {
    	datatype => 'EffectFormat',
    	base_name => 'EffectFormat',
    	description => 'Effect properties set for the series.',
    	format => '',
    	read_only => '',
    		},
    'line_format' => {
    	datatype => 'LineFormat',
    	base_name => 'LineFormat',
    	description => 'Line properties set for the series.',
    	format => '',
    	read_only => '',
    		},
    'data_point_type' => {
    	datatype => 'string',
    	base_name => 'DataPointType',
    	description => '',
    	format => '',
    	read_only => '',
    		},
});

__PACKAGE__->swagger_types( {
    'type' => 'string',
    'name' => 'string',
    'data_source_for_series_name' => 'DataSource',
    'is_color_varied' => 'boolean',
    'inverted_solid_fill_color' => 'string',
    'smooth' => 'boolean',
    'plot_on_second_axis' => 'boolean',
    'order' => 'int',
    'invert_if_negative' => 'boolean',
    'explosion' => 'int',
    'marker' => 'SeriesMarker',
    'fill_format' => 'FillFormat',
    'effect_format' => 'EffectFormat',
    'line_format' => 'LineFormat',
    'data_point_type' => 'string'
} );

__PACKAGE__->attribute_map( {
    'type' => 'Type',



( run in 2.358 seconds using v1.01-cache-2.11-cpan-39bf76dae61 )