@ALPHA (Alpha Channel Transparency)

This macro sets the Alpha Channel Transparency of markers and risers on a chart. nValue selects the amount of opaqueness/transparency.

SYNTAX:

@ALPHA nSeries nValue

PARAMETERS:

nSeries; -1...n (where: n = the total number of series in the chart). -1 = apply to all series, 0 = Series 1, 1 = Series 2, etc.

nValue; 0...255 selects the transparent level. 255 (the default) selects no transparency. 0 = fully transparent.

EXAMPLE: @ALPHA.RPT

The example creates a chart with a transparency level of 100 on series 1 and a level of 150 on series 2.

@ALPHA 1 100
@ALPHA 2 150

PERSISTENT:

YES

Next Macro Previous Macro Return to Alpha List

Next Macro in this Group Return to Group List