HyperWorks Desktop

*Style()

Specifies the style for a datum line.

*Style()

Specifies the style for a datum line.

Previous topic Next topic No expanding text in this topic  

*Style()

Specifies the style for a datum line.

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

Syntax

*Style(1/2/3/4/5)

Arguments

Name

Description

 

1/2/3/4/5

The style assigned to the datum line.

Linestyle-datumline

Example

*BeginDatumLine(h, "Untitled Datum", on)

   *Label("{min(c1.y)+3}")

   *Position("min(c1.y)+3")

   *AxisIndex(2)

   *LabelLocation(4)

  *Style(2)

   *Thickness(1)

   *Color(5)

   *LabelFont("Arial", 1, 1, 18)

*EndDatumLine()

Application

HyperGraph.

Context

*BeginDatumLine()

*BeginPage Block

See also

 

*BeginDatumLine()

*Color()

*LabelFont()

List of Session Statements