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

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

2.9.6.5.11. lineChart Properties

Table 25.  Toolkit API lineChart Properties
Name Description
title Chart title.
labelX X-axis label text.
labelY Y-axis label text.
range Y-axis value range. By default, it is auto range. Specify the range using a Tcl list, for example:

[list lower_numerical_value upper_numerical_value].

itemValue Item value. Specify the value using a Tcl list, for example:

[list bar_category_str numerical_value].