Main Content

mlreportgen.chart.Paragraph Class

Namespace: mlreportgen.chart

Chart paragraph

Since R2026b

Description

Use an object of the mlreportgen.chart.Paragraph class to include a paragraph in a chart.

The mlreportgen.chart.Paragraph class is a handle class.

Class Attributes

HandleCompatible
true
ConstructOnLoad
true

For information on class attributes, see Class Attributes.

Creation

Description

textObj = mlreportgen.chart.Paragraph creates a Paragraph object with an empty Content property.

textObj = mlreportgen.chart.Paragraph(content) creates a Paragraph object with content specified by the content argument.

Input Arguments

expand all

Content of the paragraph, specified as an mlreportgen.chart.Text object, a character vector, or a string scalar.

This argument sets the Conent property.

Properties

expand all

Paragraph contained by this chart element object, specified as a vector of mlreportgen.chart.Text objects, a character vector or a string scalar.

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Fill applied to the chart element object, specified as an object of these fill classes:

  • mlreportgen.chart.SolidFill

  • mlreportgen.chart.GradientFill

Attributes:

GetAccess
public
SetAccess
public
NonCopyable
true

Version History

Introduced in R2026b