*BeginContourPlotViewSettings()

Contains a list of contour plot view settings including the legend settings.

Syntax

*BeginContourPlotViewSettings()

Application

HyperView

Context

*BeginModel()

Substatements

*LegendMaxThreshold() *Offset()
*LegendMinThreshold() *BeginLegend()
*Multiplier() *EndLegend()

Example

*BeginContourPlotViewSettings()
       *LegendMaxThreshold("On", 100)
       *LegendMinThreshold(On, 10)
       *Multiplier(2)
       *Offset(1)
       *BeginLegend()
             ... 
       *EndLegend()
*EndContourPlotViewSettings() 

Comments

*BeginContourPlotViewSettings() must have a corresponding *EndContourPlotViewSettings() statement to mark the end of the contour plot view settings.