Indicates if the curve is included in the calculation and drawing of a TipToTail curve.
Syntax |
*CurveInTipTail(state) |
|
Argument |
Name |
Description |
state |
True - The curve is included in the TipToTail curve. False - The curve is not included in the TipToTail curve. |
|
Example |
*BeginCurve(On, "Curve 1") *Line(1, 22, 1) *Symbol(0, 22, 1) *Shade(False) *Bar(0, 0, 2) *ShowInLegend(True) *CurveInTiptail(True) *BeginVector(Y, Values) ... *EndCurve() |
|
Application |
HyperGraph. |
|
Comments |
This statement can be used in the Report Definition file. |
|
See also |
|
|