*ShowInLegend()
Specifies whether to include a curve label in the legend.
Syntax
*ShowInLegend (True/False)
Application
HyperGraph
Inputs
- True
 - True includes the curve label in the legend (default).
 - False
 - False excludes the curve label from the legend.
 
Context
*BeginCurve()
Report Definitions
Example
*BeginCurve()
    *ShowInLegend(True)
*EndCurve()