*SetPrintLegendFontSize()

Specifies the font size for legends while printing.

Syntax

*SetPrintLegendFontSize (size)

Application

HyperGraph 2D and HyperGraph 3D

Inputs

size
The font size.

Context

*BeginDefaults()

*BeginPlot3DDefaults()

*BeginPlotDefaults()

Example

*BeginPlotDefaults()
    *SetPrintLegendFontSize(12)
*EndPlotDefaults()