HyperWorks Desktop

*SetThickLineLimit()

Sets the point at which all curves are drawn with the thin line style.

*SetThickLineLimit()

Sets the point at which all curves are drawn with the thin line style.

Previous topic Next topic No expanding text in this topic  

*SetThickLineLimit()

Sets the point at which all curves are drawn with the thin line style.

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

Syntax

*SetThickLineLimit(num_pts)

Argument

Name

Description

 

num_pts

Setting the parameter to "0" draws all lines as selected.

If the parameter is an integer, all curves with more than that many points are drawn as thin lines.

Example

*BeginDefaults()

   *BeginPlotDefaults()

       *SetThickLineLimit(100000)

   *EndPlotDefaults()

*EndDefaults()

Application

HyperGraph.

Context

*BeginDefaults()

*BeginPlotDefaults()

See also

 

List of Preference Statements