Inherits from Generic»GObject»Control»GraphChart.
If you want to programmatically modify the cursor legend in a Waveform Graph, you must first make the legend visible by programmatically using the Legend:Visible property or by right-clicking the graph and selecting the legend items in the Visible Items pull-right menu.
Property | Description |
---|---|
Active Cursor | Shows which cursor is active (first cursor is 0). Details |
Active Plot | Shows which plot is active (first plot is 0). Details |
Cursor | Reference to active cursor. Details |
Cursor List | Array of info of all cursors. Each array element is a cluster of cursor properties. Details |
Legend:Plots Shown | Sets the number of plots that are displayed in the graph legend. Details |
Legend:Position | Sets the position of the upper left corner of the graph legend in front panel coordinates. Details |
Legend:Position:Left | Sets the location of the left-hand side of the graph legend in front panel coordinates. Details |
Legend:Position:Top | Sets the position of the top of the graph legend in front panel coordinates. Details |
Legend:Size | Sets the size in pixels of the graph legend. The legend expands or contracts to the right. Details |
Legend:Size:Height | Sets the height in pixels of the graph legend. The lenged expands down, and truncates the height to the closest value that displays an integral number of plots. Details |
Legend:Size:Width | Sets the width in pixels of the graph legend. The legend expands or contracts to the right. Details |
Legend:Visible | Shows graph legend. Details |
Plot | Reference to active plot. Details |
Selected Cursors | List of currently selected cursors. Details |
Smooth Update | Draws graph with less flicker, but slightly slower. Details |