mlreportgen.chart.DataSet Class
Namespace: mlreportgen.chart
Description
Use an object of the mlreportgen.chart.DataSet class to define a chart data set. A data set consists of one or more series of data
points where each point in a series corresponds to a predefined data category. The data set
also specifies names for the categories.
The mlreportgen.chart.DataSet 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 set.dataSetObj = mlreportgen.chart.DataSet
creates a data set from arrays that specify series names, category names, and data
points of the set.dataSetObj = mlreportgen.chart.DataSet(seriesNames, categoryNames, points)
creates a set from a vector of dataSetObj = mlreportgen.chart.DataSet(dataSeries, categoryNames, points)mlreportgen.chart.DataSeries objects
and a vector of category names.
creates a data set from a MATLAB table that specifies the data points, series names,
and category names of the set. dataSetObj = mlreportgen.chart.DataSet(table)
Input Arguments
Properties
Methods
Version History
Introduced in R2026b