*TitleFont() - HyperView
Specifies the font settings used to display the title of the contour legend.
Syntax
*TitleFont (name, size, color, vertical alignment, horizontal alignment)
Application
HyperView
Inputs
- name
- The font type. Examples include: Helvetica, Courier, Times New Roman, or any other font installed on your machine.
- size
- The font point size.
- color
- The font color.
- vertical alignment
- The vertical alignment of the font title.
- horizontal alignment
- The horizontal alignment of the font title.
Context
*BeginContour()
*BeginTensor()
*BeginVector()
Example
*BeginLegend()
*LegendType(static)
*NumCols(9)
*MinMax(0.141167, 1.28808)
*TitleFont(Arial, 12, "255 255 255", left, bottom)
*ColorRGB(0, 0, 200,
21, 121, 255,
0, 199, 221,
40, 255, 185,
57, 255, 0,
170, 255, 0,
255, 227, 0,
255, 113, 0,
255, 0, 0
*EndLegend()
Comments
This statement applies to the Contour, Tensor, and Vector panels in HyperView.