Previous: Tag Index Next: Sharing Table of contents Images Frames Unidata's Integrated Data Viewer > Miscellaneous > IDV Scripting

7.1.10 Display Properties
These are some of the property values that can be set using the display tag in ISL.
NameIDValueExample
General Properties
Colorcolorcolor name (e.g., red, green, etc.) or comma separated rgb values (e.g., "255,255,0")<property name="color" value="255,255,0"/>
Display CategorydisplayCategoryString<property name="displayCategory" value=""/>
Legend LabellegendLabelTemplateString<property name="legendLabelTemplate" value=""/>
Extra Legend LabelsextraLabelTemplateString<property name="extraLabelTemplate" value=""/>
Display LabeldisplayListTemplateString<property name="displayListTemplate" value=""/>
Display UnitsettingsDisplayUnitunit, e.g.,celsius<property name="settingsDisplayUnit" value=""/>
Color TablecolorTableNameTemperature<property name="colorTableName" value=""/>
Color Rangerangemin:max<property name="range" value=""/>
Contour SettingscontourInfosemi-colon delimited string:
"interval=<interval>;
min=<min>;
max=<max>;
base=<base>;
dashed=true/false;
labels=true/false;"
<property name="contourInfo" value=""/>
Color Scale SettingscolorScaleInfosemi-colon delimited string:
"visible=true|false;
color=somecolor;
orientation=horizontal|vertical;
placement=top|left|bottom|right
"
<property name="colorScaleInfo" value=""/>
VisibilitydisplayVisibilitytrue|false<property name="displayVisibility" value=""/>
Lock Visibility TogglelockVisibilityToggletrue|false<property name="lockVisibilityToggle" value=""/>
Show In Display ListshowInDisplayListtrue|false<property name="showInDisplayList" value=""/>
Use Fast RenderinguseFastRenderingtrue|false<property name="useFastRendering" value=""/>
Use Times In AnimationuseTimesInAnimationtrue|false<property name="useTimesInAnimation" value=""/>
Include in cursor readoutdoCursorReadouttrue|false<property name="doCursorReadout" value=""/>
Remove on Remove AllcanDoRemoveAlltrue|false<property name="canDoRemoveAll" value=""/>
Show Note TextshowNoteTexttrue|false<property name="showNoteText" value=""/>
LevelsettingsLevelReal value, e.g., 1000.0[hPa]<property name="settingsLevel" value=""/>
Properties for Color shaded plan views and images
Texture QualitytextureQualityinteger<property name="textureQuality" value=""/>
Colors Shadedsmoothedtrue|false<property name="smoothed" value=""/>
Properties for Isosurface displays
Isosurface ValuesurfaceValuedouble<property name="surfaceValue" value=""/>
Properties for flow plan view displays
Streamline densitystreamlineDensitydouble<property name="streamlineDensity" value="0.5"/>
Arrow sizeflowScaleinteger<property name="flowScale" value="10"/>
Grid skip factorskipValueinteger; 0-N<property name="skipValue" value="8"/>

 


Previous: Tag Index Next: Sharing Table of contents Images Frames Unidata's Integrated Data Viewer > Miscellaneous > IDV Scripting