HyperWorks Desktop

*Color() - HyperGraph

Specifes the color of a plot entity or a datum line.

*Color() - HyperGraph

Specifes the color of a plot entity or a datum line.

Previous topic Next topic No expanding text in this topic  

*Color() - HyperGraph

Specifes the color of a plot entity or a datum line.

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

Syntax

*Color(color)

Argument

Name

Description

 

color

A number from 0 to 63 representing the 64 colors in HyperGraph’s palette.

Example

*BeginNote()

   *Color(11)

   *BorderWidth(1)

   *Font("times", 0, 1, 12)

*EndNote()

Application

HyperGraph.

Context

*BeginDatumLine()*BeginNote()_BeginNote

Report Definitions

Comments

Default colors differ according to the context in which *Color() is used. If no background color is specified, white (1) is used for notes, and yellow (5) is used for datum lines.

*Color() is only valid in plot or datum line blocks.

The colors on the palette are numbered from left to right, top to bottom beginning with 0.

See also

 

*BackgroundColor()

*BeginDatumLine()

*BorderColor()

*FrameColor()

*GridLineColor()

*TextColor()

*ZeroLineColor()

List of Session Statements