mlreportgen.chart.LineCapType Class
Namespace: mlreportgen.chart
Description
Use an object of the mlreportgen.chart.LineCapType class to to specify how a line visually terminates.
The mlreportgen.chart.LineCapType class is a handle class.
Creation
Description
specifies a lineCapObj = mlreportgen.chart.LineCapType(lctype)LineCapType object of the type specified by the
lctype argument.
Input Arguments
Enumeration Members
| Line Cap | Description |
|---|---|
mlreportgen.chart.LineCapType.Flat | Line ends exactly at the endpoint with a flat edge |
mlreportgen.chart.LineCapType.Round | Line midpoint ends exactly at the endpoint with a half round end that extends past the endpoint |
mlreportgen.chart.LineCapType.Square | Line midpoint ends exactly at the endpoint with a square end that extends past the endpoint |

Version History
Introduced in R2026b