Intel® Quartus® Prime Standard Edition User Guide: Debug Tools

ID 683552
Date 9/24/2018
Public
Document Table of Contents

2.9.6.5.18. xyChart Properties

Table 32.  Toolkit API xyChart Properties
Name Properties
title Chart title.
labelX X-Axis label text.
labelY Y-Axis label text.
range Sets the range for the chart. The range is of the form {low, high}. The low/high values are doubles.
maximumItemCount Specifies the maximum number of data values to keep in a data series. This setting only affects new data in the chart. If you add more data values than the maximumItemCount, only the last maximumItemCount number of entries are kept.
series Adds a series of data to the chart. The first value in the spec is the identifier for the series. If the same identifier is set twice, the Toolkit API selects the most recent series. If the identifier does not contain series data, that series is removed from the chart. Specify the series in a Tcl list: {identifier, x-1 y-1, x-2 y-2}.
showLegend Sets whether a legend for the series appears in the graph.