HyperWorks Desktop

*SetPrintLineThickness()

Specifies the default printed line thickness for curves.

*SetPrintLineThickness()

Specifies the default printed line thickness for curves.

Previous topic Next topic No expanding text in this topic  

*SetPrintLineThickness()

Specifies the default printed line thickness for curves.

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

Syntax

*SetPrintLineThickness(pointsize)

Arguments

Names

Description

 

pointsize

The size of the printed line in points.

Example

• • •

*BeginPlotDefaults()

 *SetBorderColor(12)

 *SetFrameColor(12)

 *SetGridlineColor(14)

 *SetZerolineColor(10)

 *SetAxisColor(1)

 *SetCurveDefaults(1, 3, 1, 0, 0)

 *SetCurveDefaults(1, 4, 1, 0, 0)

 *SetAxisDefaults(0, 11, 2, 1, 11, 4)

 *SetLegendPlacement(TopRight)

 *SetNoteAttachment(View)

 *SetNoteAlignment(Left)

 *SetNoteFont("Helvetica",1,1,24)

 *SetPrintLineThickness(0.5)

 *SetLegendFont("Helvetica",1,1,24)

 *SetAnimBubbleColor(6)

*EndPlotDefaults()

• • •

Application

HyperGraph.

Context

*BeginPlotDefaults()

Comments

The program supports four line weights.  The first is half the thickness of the second, the third is twice the thickness of the second, and the fourth is three times the thickness of the second. *SetPrintLineThickness() defines the printed thickness for the second line weight.  The remaining weights are adjusted accordingly. *SetPrintLineThickness() affects printed line thickness for curves only.

See also

 

*SetDefaultPrinterOrientation()

*SetDefaultPrintRange()

*SetDefaultPSFile()

List of Preference Statements