mlreportgen.chart.ShapeFormat Class
Namespace: mlreportgen.chart
Description
Use an object of the mlreportgen.chart.ShapeFormat class to specify the properties of a chart shape.
The mlreportgen.chart.ShapeFormat class is a handle class.
Class Attributes
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates an empty shape format object.shapeFormatObj = mlreportgen.chart.ShapeFormat
creates an shapeFormatObj = mlreportgen.chart.ShapeFormat(fillColor)mlreportgen.chart.ShapeFormat object and sets the
Fill property to an mlreportgen.chart.SolidFill
object with the Color property set to
fillColor.
also sets the shapeFormatObj = mlreportgen.chart.ShapeFormat(fillColor,borderColor)Border property to an
mlreportgen.chart.Border object with the Color
property set to borderColor.
Input Arguments
Properties
Version History
Introduced in R2026b