HyperWorks Desktop

*CurveInTipTail()

Indicates if the curve is included in the calculation and drawing of a TipToTail curve.

*CurveInTipTail()

Indicates if the curve is included in the calculation and drawing of a TipToTail curve.

Previous topic Next topic No expanding text in this topic  

*CurveInTipTail()

Indicates if the curve is included in the calculation and drawing of a TipToTail curve.

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

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

 

*PolarTipTailFormat()

List of Session Statements