mlreportgen.chart.DataSeries Class
Namespace: mlreportgen.chart
Description
Use an object of the mlreportgen.chart.DataSeries class to define a series of chart data points. A data series consists of one or more
data points.
The mlreportgen.chart.DataSeries class is a handle class.
Class Attributes
HandleCompatible | true |
ConstructOnLoad | true |
For information on class attributes, see Class Attributes.
Creation
Description
creates an empty data series.dataSetObj = mlreportgen.chart.DataSeries
creates a data series having the specified name and data points.dataSetObj = mlreportgen.chart.DataSeries(dataSeriesName,points)
Input Arguments
Properties
Methods
Version History
Introduced in R2026b