Trendline

Overview

Trendline is a class in Aspose.Slides FOSS for Python. Inherits from: ITrendline.

Represents a trend line of a chart series.

This class provides 1 method for working with Trendline objects in Python programs. Available methods include: add_text_frame_for_overriding. All public members are accessible to any Python application after installing the Aspose.Slides FOSS for Python package. Properties: as_i_chart_component, as_i_presentation_component, as_i_slide_component, backward, chart, display_equation, and 11 more.

Properties

NameTypeAccessDescription
trendline_namestrRead/WriteGets or sets the trendline name.
trendline_typeTrendlineTypeRead/WriteGets or sets the trendline type.
backwardfloatRead/WriteGets or sets the backward.
forwardfloatRead/WriteGets or sets the forward.
interceptfloatRead/WriteGets or sets the intercept.
display_equationboolRead/WriteGets or sets the display equation.
orderintRead/WriteGets or sets the order.
periodintRead/WriteGets or sets the period.
display_r_squared_valueboolRead/WriteGets or sets the display r squared value.
text_frame_for_overridingITextFrameReadCan contain a rich formatted text.
text_formatIChartTextFormatReadGets the text format.
as_i_chart_componentIChartComponentReadGets the as i chart component.
chartIChartReadGets the chart.
as_i_slide_componentISlideComponentReadGets the as i slide component.
slideIBaseSlideReadGets the slide.
as_i_presentation_componentIPresentationComponentReadGets the as i presentation component.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
add_text_frame_for_overriding(text)ITextFrame

See Also