AsposeCellsCloud-CellsApi
view release on metacpan or search on metacpan
lib/AsposeCellsCloud/Object/Trendline.pm view on Meta::CPAN
} );
__PACKAGE__->method_documentation({
'link' => {
datatype => 'Link',
base_name => 'link',
description => 'The class has a property named "link" of type "Link" that can be accessed and modified.',
format => '',
read_only => '',
},
'backward' => {
datatype => 'double',
base_name => 'Backward',
description => 'Returns or sets the number of periods (or units on a scatter chart) that the trendline extends backward. The number of periods must be greater than or equal to zero. If the chart ty...
format => '',
read_only => '',
},
'data_labels' => {
datatype => 'DataLabels',
base_name => 'DataLabels',
description => 'Represents the DataLabels object for the specified series.',
format => '',
read_only => '',
},
'display_equation' => {
datatype => 'boolean',
base_name => 'DisplayEquation',
description => 'Represents if the equation for the trendline is displayed on the chart (in the same data label as the R-squared value). Setting this property to True automatically turns on data labels.',
format => '',
read_only => '',
},
'display_r_squared' => {
datatype => 'boolean',
base_name => 'DisplayRSquared',
description => 'Represents if the R-squared value of the trendline is displayed on the chart (in the same data label as the equation). Setting this property to True automatically turns on data labels.',
format => '',
read_only => '',
},
'forward' => {
datatype => 'double',
base_name => 'Forward',
description => 'Returns or sets the number of periods (or units on a scatter chart) that the trendline extends forward. The number of periods must be greater than or equal to zero.',
format => '',
read_only => '',
},
'intercept' => {
datatype => 'double',
base_name => 'Intercept',
description => 'Returns or sets the point where the trendline crosses the value axis.',
format => '',
read_only => '',
},
'is_name_auto' => {
datatype => 'boolean',
base_name => 'IsNameAuto',
description => 'Returns if Microsoft Excel automatically determines the name of the trendline.',
format => '',
read_only => '',
},
'legend_entry' => {
datatype => 'LegendEntry',
base_name => 'LegendEntry',
description => 'Gets the legend entry according to this trendline',
format => '',
read_only => '',
},
'name' => {
datatype => 'string',
base_name => 'Name',
description => 'Returns the name of the trendline.',
format => '',
read_only => '',
},
'order' => {
datatype => 'int',
base_name => 'Order',
description => 'Returns or sets the trendline order (an integer greater than 1) when the trendline type is Polynomial. The order must be between 2 and 6.',
format => '',
read_only => '',
},
'period' => {
datatype => 'int',
base_name => 'Period',
description => 'Returns or sets the period for the moving-average trendline.',
format => '',
read_only => '',
},
'type' => {
datatype => 'string',
base_name => 'Type',
description => 'Returns the trendline type.',
format => '',
read_only => '',
},
'begin_arrow_length' => {
datatype => 'string',
base_name => 'BeginArrowLength',
description => '',
format => '',
read_only => '',
},
'begin_arrow_width' => {
datatype => 'string',
base_name => 'BeginArrowWidth',
description => '',
format => '',
read_only => '',
},
'begin_type' => {
datatype => 'string',
base_name => 'BeginType',
description => '',
format => '',
read_only => '',
},
'cap_type' => {
datatype => 'string',
base_name => 'CapType',
description => '',
format => '',
read_only => '',
},
'color' => {
lib/AsposeCellsCloud/Object/Trendline.pm view on Meta::CPAN
'is_automatic_color' => {
datatype => 'boolean',
base_name => 'IsAutomaticColor',
description => '',
format => '',
read_only => '',
},
'is_visible' => {
datatype => 'boolean',
base_name => 'IsVisible',
description => '',
format => '',
read_only => '',
},
'join_type' => {
datatype => 'string',
base_name => 'JoinType',
description => '',
format => '',
read_only => '',
},
'style' => {
datatype => 'string',
base_name => 'Style',
description => '',
format => '',
read_only => '',
},
'transparency' => {
datatype => 'double',
base_name => 'Transparency',
description => '',
format => '',
read_only => '',
},
'weight' => {
datatype => 'string',
base_name => 'Weight',
description => '',
format => '',
read_only => '',
},
'weight_pt' => {
datatype => 'double',
base_name => 'WeightPt',
description => '',
format => '',
read_only => '',
},
});
__PACKAGE__->swagger_types( {
'link' => 'Link',
'backward' => 'double',
'data_labels' => 'DataLabels',
'display_equation' => 'boolean',
'display_r_squared' => 'boolean',
'forward' => 'double',
'intercept' => 'double',
'is_name_auto' => 'boolean',
'legend_entry' => 'LegendEntry',
'name' => 'string',
'order' => 'int',
'period' => 'int',
'type' => 'string',
'begin_arrow_length' => 'string',
'begin_arrow_width' => 'string',
'begin_type' => 'string',
'cap_type' => 'string',
'color' => 'Color',
'compound_type' => 'string',
'dash_type' => 'string',
'end_arrow_length' => 'string',
'end_arrow_width' => 'string',
'end_type' => 'string',
'gradient_fill' => 'GradientFill',
'is_auto' => 'boolean',
'is_automatic_color' => 'boolean',
'is_visible' => 'boolean',
'join_type' => 'string',
'style' => 'string',
'transparency' => 'double',
'weight' => 'string',
'weight_pt' => 'double'
} );
__PACKAGE__->attribute_map( {
'link' => 'link',
'backward' => 'Backward',
'data_labels' => 'DataLabels',
'display_equation' => 'DisplayEquation',
'display_r_squared' => 'DisplayRSquared',
'forward' => 'Forward',
'intercept' => 'Intercept',
'is_name_auto' => 'IsNameAuto',
'legend_entry' => 'LegendEntry',
'name' => 'Name',
'order' => 'Order',
'period' => 'Period',
'type' => 'Type',
'begin_arrow_length' => 'BeginArrowLength',
'begin_arrow_width' => 'BeginArrowWidth',
'begin_type' => 'BeginType',
'cap_type' => 'CapType',
'color' => 'Color',
'compound_type' => 'CompoundType',
'dash_type' => 'DashType',
'end_arrow_length' => 'EndArrowLength',
'end_arrow_width' => 'EndArrowWidth',
'end_type' => 'EndType',
'gradient_fill' => 'GradientFill',
'is_auto' => 'IsAuto',
'is_automatic_color' => 'IsAutomaticColor',
'is_visible' => 'IsVisible',
'join_type' => 'JoinType',
'style' => 'Style',
'transparency' => 'Transparency',
'weight' => 'Weight',
'weight_pt' => 'WeightPt'
} );
__PACKAGE__->mk_accessors(keys %{__PACKAGE__->attribute_map});
1;
( run in 1.542 second using v1.01-cache-2.11-cpan-9581c071862 )