*Leader()

Specifies the position of the leader in a legend.

Syntax

*Leader (left|bottom)

Application

HyperGraph

Inputs

left
The leader is positioned to the left of the curve label.
bottom
The leader is positioned below the curve label.

Context

*BeginLegend()

*BeginPlot()

Example

*BeginPlot()
	*BeginLegend()
      *Leader(left)
   *EndLegend()
*EndPlot()