This topic lists all properties, which are available via the Properties pane and the Canvas script editor, for all Canvas controls, tools, and objects.
Browse by letter: [A] [B] [C] [D] [E] [F] [G] [H] [I] [L] [M] [N] [O] [P] [R] [S] [T] [U] [V] [W] [X] [Y] [Z]
| UI Property | Script Property | Control | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
| A |
|||||||||
|
Alarm attribute (Alarm column) |
|
The Alarm attribute property specifies the alarm attribute that will be displayed in the column. Click
|
|||||||
|
Alarm column |
N/A |
An alarm column presents data for a point by an alarm attribute. The property sheet displays Common and Alarm properties. |
|||||||
|
Alarm filter |
AlarmGrid.AlarmFilter |
The Alarm filter property is used to limit the data that is presented in the alarm grid by configuring alarm filtering rules. Click |
|||||||
|
Alarm icon column |
AlarmGrid.IconColumn AlarmGrid.IconColumn.ColorSource AlarmGrid.IconColumn.Ranges AlarmGrid.IconColumn.ShowIcon |
The Alarm icon column property is used to indicate whether a column and icon will be displayed as the first column of the alarm grid. A customizable icon can be configured to change color based on point state and change image based on alarm priority. Icons will display only when there is an unacknowledged alarm. Click |
|||||||
|
Alarm icon configuration |
ControlName.IconConfiguration ControlName.IconConfiguration.ColorSource ControlName.IconConfiguration.Ranges ControlName.IconConfiguration.Ranges.Count |
The Alarm icon configuration property is used to configure the alarm icon that can optionally be included in the upper right corner of the detail control. If enabled in the Show alarm icon property, a customizable icon can be configured to change color based on point state and change image based on alarm priority. Icons will display only when there is an unacknowledged alarm. Click |
|||||||
|
Animate marker |
ValueIndicator.IsAnimated |
The Animate Marker check box indicates whether to animate the marker movement. When enabled the Value Indicator's marker will move smoothly from one value to the next value. |
|||||||
|
Appearance |
N/A |
The Appearance property group contains properties that configure the appearance of points on the chart series, such as enabling points, color, point size, enabling labels, and label colors. |
|||||||
| Arrow size |
Shape.ArrowSize |
Shape |
The Arrow size property specifies the size of the arrowheads at the end of the line shapes. Select a number using the spin control. The default value is 20. The Shape type must be one of the arrow shapes to take effect. |
||||||
|
Auto range x-axis |
ControlName.AutoRangeX |
The Auto range x-axis check box indicates whether the sparkline's x-axis is constrained to the range of values for the associated point or fixed to the configured time range (default). Configure the date and time range in the Range properties below. |
|||||||
|
Auto range y-axis |
ControlName.AutoRangeY |
The Auto range y-axis check box indicates whether the sparkline's y-axis is constrained to the range of values for the associated points (default) or fixed to the configured minimum and maximum values. Configure the y-axis scale in the Maximum Y value and Minimum Y value below. |
|||||||
| B |
|||||||||
|
Background color (screen, object, control) |
ControlName.BackgroundColor |
The Background color property specifies the background color of the screen, object, or control. Click Combo Box — The Background color property specifies background color of the combo box header. Click |
|||||||
|
Background color (cell) |
AlarmGrid.ColorConfiguration.BackgroundSelfColor AlarmGrid.ColorConfiguration.BackgroundSource |
The Background color property specifies the color used for the background of the grid cell. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated alarm.
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Background color (column) |
|
The Background color property specifies the color used for the background of the grid cell. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). For a Generic and Facility column, select the color using the following option:
For a Point column, select the color using the following options:
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Background color (control) |
ControlName.ColorConfiguration.BackgroundSelfColor ControlName.ColorConfiguration.BackgroundSource |
The Background color property specifies the color used for the background of the control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Options include:
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Bar color |
ControlName.ColorConfiguration.BarSelfColor ControlName.ColorConfiguration.BarSource |
The Bar color property specifies the color used for the bar that represents the point value in the linear gauge control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Base node |
TagChooser.GroupBaseNodeDescription |
The Base node property specifies the group node to use as the base (or bottom) of the hierarchy. Click |
|||||||
|
Begin date Start (Chart) Start date (History column) |
ControlName.DateStart ControlName.DateStart.Date ControlName.DateStart.Day ControlName.DateStart.DayOfWeek ControlName.DateStart.DayOfYear ControlName.DateStart.Hour ControlName.DateStart.Kind ControlName.DateStart.Millisecond ControlName.DateStart.Minute ControlName.DateStart.Month ControlName.DateStart.Second ControlName.DateStart.Ticks ControlName.DateStart.TimeOfDay ControlName.DateStart.Year |
The Begin date (or Start or Start date) property specifies the start date and time for a control (or screen or chart or column) for an absolute date and time view window. The format is MM/DD/YYYY hh:mm:ss AM/PM. The default value is the system date and time at which the control was first added to the screen. Click |
|||||||
|
Begin relative date Start (Chart) |
ControlName.RelativeStart |
The Begin relative date (or Relative start date or Start) property specifies a wildcard string defining the amount of time by which to adjust the start date and time. The space-separated elements in this string must be of the form: "x-#", "x+#", or "x=#" where # is an integer and x is one of the following unit specifiers: y — Year, m — Month, d — Day, H — Hour, M — Minute, S — Second, and # is an integer. T wildcard is also supported and must be in the form: T, T+#, T-#, where T represent today at midnight, T-1 is yesterday at midnight, and T+1 is tomorrow at midnight, etc. Any integer can be used. For example, H-8 represents data from the 8 hours before the current hour, d+3 represents data 3 days after the current day, and d+2 H+1 M+30 represents data 2 days, 1 hour and 30 minutes after the current date and time. d-4 H=6 sets the relative start date and time to four days ago (d-4) at 6:00 a.m. (H=6). See Date and Time Wildcards for more information about adjusting relative time. |
|||||||
|
Blink |
|||||||||
|
Border color (cell) |
AlarmGrid.ColorConfiguration.BorderSelfColor AlarmGrid.ColorConfiguration.BorderSource |
The Border color property specifies the color used for the border of the grid cell. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated alarm.
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Border color (column) |
|
The Border color property specifies the color used for the border of the grid cell. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). For a Generic and Facility column, select the color using the following option:
For a Point column, select the color using the following options:
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Border color |
ControlName.ColorConfiguration.BorderSelfColor ControlName.ColorConfiguration.BorderSource |
The Border color property specifies the color used for the border of the control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Options include:
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Bottom information text |
ControlName.BottomInformationText |
The Bottom information text property specifies the text that will appear on the bottom information area on the control, which can be a static label, or dynamic text based on point or facility attributes. Dynamic text is built using tokens, which can represent real-time CVS point properties, point configuration properties, and facility properties. Click |
|||||||
|
Broadcast facilities |
Screen.IsBroadcastingFacilities |
The Broadcast facilities check box indicates whether to notify other screens when this screen's facility selection changes. When enabled, and when a screen's facility selection changes, Canvas will broadcast the list of facilities out to all other screens open in the application that are configured to source their facility from <Broadcast>. |
|||||||
|
Broadcast SiteService |
Screen.IsBroadcastingSiteService |
The Broadcast SiteService check box indicates whether to notify other screens when this screen's SiteService selection changes. When enabled, and when a screen's SiteService selection changes, Canvas will broadcast the SiteService out to all other screens open in the application that are configured to source their SiteService from <Broadcast>. |
|||||||
| C |
|||||||||
|
Cell padding |
HeatMap.CellPadding |
The Cell padding property specifies the size of the padding around each heat map cell in pixels. |
|||||||
|
Chart drop mode |
Chart.ChartDropFacilityMode |
The Chart drop mode property specifies how the chart should handle the facility from a dropped point. Two options are available:
The default value is Use dropped facility. |
|||||||
|
Checked |
CheckBox.IsChecked |
The Checked property indicates whether the check box initially displays as checked. |
|||||||
|
Color (point) |
Chart.SelectedSeries.PointFillColor |
The Color property specifies the color of the point in the chart series. The default value is the series color. Click |
|||||||
| Color (Sparkline in History column) | CygNet Grid |
The Sparkline color (or Color) property specifies the color of the sparkline. Click |
|||||||
|
Color (Chart series) |
Chart.SelectedSeries.Color |
The Color property specifies the color of the chart series. Click |
|||||||
|
Color configuration |
ControlName.ColorConfiguration ControlName.ColorConfiguration.BackgroundSelfColor ControlName.ColorConfiguration.BackgroundSource ControlName.ColorConfiguration.BorderSelfColor ControlName.ColorConfiguration.BorderSource ControlName.ColorConfiguration.TextSelfColor ControlName.ColorConfiguration.TextColorSource
AlarmGrid.ColorConfiguration.BackgroundBlink AlarmGrid.ColorConfiguration.BorderBlink AlarmGrid.ColorConfiguration.TextBlink
Button.ColorConfigurationBlinkBorder Button.ColorConfigurationBlinkText
Donut.ColorConfiguration.EmptyRingColorSource Donut.ColorConfiguration.EmptyRingSelfColor Donut.ColorConfiguration.MarkerColorSource Donut.ColorConfiguration.MarkerSelfColor Donut.ColorConfiguration.RingColorSource Donut.ColorConfiguration.RingSelfColor
ControlName.ColorConfiguration.BarSelfColor ControlName.ColorConfiguration.BarSource ControlName.ColorConfiguration.EmptyBarSelfColor ControlName.ColorConfiguration.EmptyBarSource
Shape.ColorConfiguration.FillSelfColor Shape.ColorConfiguration.FillSource Shape.ColorConfiguration.LineColorSource Shape.ColorConfiguration.LineSelfColor
TextTool.ColorConfiguration.BlinkBackground TextTool.ColorConfigurationBlinkBorder TextTool.ColorConfigurationBlinkText
ValueIndicator.ColorConfiguration.MarkerBorderColorSource ValueIndicator.ColorConfiguration.MarkerBorderSelfColor ValueIndicator.ColorConfiguration.MarkerFillColorSource ValueIndicator.ColorConfiguration.MarkerFillSelfColor ValueIndicator.ColorConfiguration.UseRangeColor |
The Color configuration box contains all the options required to specify the color properties of the control. Click See each control for more information about configuring color properties.
|
|||||||
|
Screen.ColorPalette Screen.ColorPalette.ColorPaletteId Screen.ColorPalette.ColorPaletteDescription |
The Color palette property specifies the color palette to use for the CygNet-aware controls on this screen. Select the desired palette from the drop-down menu. Select None to use the default CygNet point state colors. This is the default value. See Configuring Color Palettes for more information. |
||||||||
|
Column configuration |
ControlName.ColumnDefinitions ControlName.ColumnDefinitions.Count ControlName.ColumnProperties ControlName.ColumnTypes |
Alarm Grid —
The Grid Column Configuration dialog box contains all properties required to configure columns in your grid. There are five types of columns that can be configured in an alarm grid: an Alarm icon column (configured separately), an Alarm column, a Facility column, a Generic column, and a Point column. The number of defined columns is listed on the property label once defined. You can create your own columns or select from 11 default columns: four Alarm columns (Alarm Priority, Alarm Acknowledge, Primary Value, Timestamp), and seven Point columns (Alarm Condition, SiteService, Long Point ID, Primary Units, Description, Facility ID, Uniform Data Code). Notes:
CygNet Grid —
The Grid Column Configuration dialog box contains all the properties required to configure each column in your grid. There are four types of columns that can be configured in a CygNet grid: a Facility column, a Generic column, a History column, and a Point column. The number of defined columns is listed on the property label once defined. |
|||||||
|
Configuration (Facility) |
TagChooser.SiteService TagChooser.FacilityFilter TagChooser.FacilityLevels |
The Configuration drop-down box contains the properties required to configure the tag chooser using a Facility hierarchy: a Facility service, an optional Facility filter, and the facility attribute hierarchy levels. |
|||||||
|
Configuration (Group) |
TagChooser.GroupSiteService TagChooser.GroupBaseNodeDescriptor TagChooser.GroupHierarchyFacilityType |
The Configuration drop-down box contains the properties required to configure the tag chooser using Group service node hierarchy: a Group service, Base node, and the Facility type filter. |
|||||||
|
Control margin |
ObjectContainer.ControlMargin |
The Control margin property specifies the size of the whitespace between displayed objects in pixels. |
|||||||
|
Custom line style |
Shape.CustomLineStyle |
The Custom line style property specifies a special abbreviated syntax that defines the line's pattern. If you want to manually modify these values, set the Line style type to Custom. For example, 1 3 1 renders a dot-dash-dot effect. |
|||||||
|
CygNet connection |
ControlName.CygNetConfiguration ControlName.CygNetConfiguration.Facility ControlName.CygNetConfiguration.Facility.FacilityID ControlName.CygNetConfiguration.Facility.IsBroadcastSourced ControlName.CygNetConfiguration.Facility.IsOrderInType ControlName.CygNetConfiguration.Facility.IsOrderInTypeAttributeConfigured ControlName.CygNetConfiguration.Facility.IsRelative ControlName.CygNetConfiguration.Facility.IsSelfSourced ControlName.CygNetConfiguration.Facility.OrderInType ControlName.CygNetConfiguration.Facility.RelativeFacilityLink ControlName.CygNetConfiguration.Facility.ResolveRelativeFacility ControlName.CygNetConfiguration.Facility.Source ControlName.CygNetConfiguration.Facility.SourceFacilityID ControlName.CygNetConfiguration.FacilityTag ControlName.CygNetConfiguration.FacilityTag.FacilityId ControlName.CygNetConfiguration.FacilityTag.Service ControlName.CygNetConfiguration.FacilityTag.Site ControlName.CygNetConfiguration.FacilityTag.SiteService ControlName.CygNetConfiguration.SelectionMode ControlName.CygNetConfiguration.SiteService ControlName.CygNetConfiguration.SiteService.DomainSiteService ControlName.CygNetConfiguration.SiteService.DomainSiteService.DomainId ControlName.CygNetConfiguration.SiteService.DomainSiteService.Service ControlName.CygNetConfiguration.SiteService.DomainSiteService.Site ControlName.CygNetConfiguration.SiteService.IsBroadcastSourced ControlName.CygNetConfiguration.SiteService.IsSelfSourced ControlName.CygNetConfiguration.SiteService.SiteService ControlName.CygNetConfiguration.SiteService.Source ControlName.CygNetConfiguration.SourceFacilityTag ControlName.CygNetConfiguration.SourceFacilityTag.FacilityId ControlName.CygNetConfiguration.SourceFacilityTag.Service ControlName.CygNetConfiguration.SourceFacilityTag.Site ControlName.CygNetConfiguration.SourceFacilityTag.SiteService ControlName.CygNetConfiguration.SourceFacilityTagString |
CygNetConfiguration |
The CygNet connection property is used to configure the facility and SiteService associated with this control or screen. Two selection modes are available: a) by Facility tag or b) by SiteService / Facility. This split configuration allows for the inheritance of these properties from other controls, or the specific configuration of the SiteService or the facility, while dynamically changing the other. This use case may be rare; therefore, the Facility tag option is the default. Click See each control for more information about configuring the CygNetconnection. |
||||||
| D |
|||||||||
|
Date and time format |
ControlName.DateTimeFormat |
The Date and time format property specifies the format for a point's timestamp using any of the valid .NET standard or custom numeric format strings. The date and time format applies to a point's Timestamp, Last Verified Change Timestamp, and Last Questionable Change Timestamp properties. Use this property to override the default format, which is configured on the Settings page of the Backstage view. The default format is YYYY/MM/DD HH:MM:SS.fff, which corresponds to 2019/01/01 10:20:30.0001. All timestamps are local client time. Note: You can also use the Microsoft .NET Standard Date and Time Format Strings to define the text representation of a date and time value in Canvas. For example, "d" is the short date pattern and corresponds to 1/1/2019, "F" is the full date/time pattern and corresponds to Monday, January 1, 2019 1:45:30 PM. |
|||||||
|
Date range configuration |
ControlName.DateConfig |
The Date range configuration property is used to configure the range of dates to be trended in the chart or sparkline, whether to enable live data updates, the live update rate, the starting time for a trend, whether to use relative or absolute dates, and the actual date range. Click You can change the date and time range settings for any chart in run mode via an icon on the chart toolbar. |
|||||||
| Data source |
Chart.SelectedSeries.DataSource |
Chart |
The Data source property specifies the source of the data used in a selected series. The options are as follows:
Scripting a Chart SeriesThe following example guides you though creating a scripted chart series, adding delegates to show random data and auto update the series, and some important notes.
Other Script Notes
Here is an example of adding a point to the chart.
|
||||||
|
Default chart file |
Screen.DefaultChartFile |
The Default chart file property specifies the path to the chart file associated with this screen.
See Default Chart for more information. |
|||||||
|
Default chart file source |
Screen.DefaultChartFileSource |
This property specifies the source to the file, image, object file, or screen. Options include:
The default file source is Local. |
|||||||
|
Default file source |
Image.FileSource |
This property specifies the source to the file, image, object file, or screen. Options include:
The default file source is Local. |
|||||||
|
Default image file path |
ControlName.FilePath ControlName.IsValidImage |
This property specifies the path to the file, image file, object file, or screen file. Depending on the selection in the source property the type of path is different. Click
Note: If no image is specified, a missing image icon ( |
|||||||
|
Default to first item |
ComboBox.DefaultToFirstItem |
The Default to first item check box indicates whether the first item configured will be the default selected item when starting a screen, instead of showing the Watermark. |
|||||||
|
Delay loading |
ControlName.DelayLoading |
Chart — The Delay loading property indicates whether to delay data loading for the chart. Use this to stop unwanted messaging to the service, for example, if you don't want the chart to load when the screen first opens. This is necessary when using scripted data sources for a series, to give the script time to set the delegates before data retrieval begins. Tag Chooser — The Delay loading property indicates whether to delay data loading for the control. Use this to stop unwanted messaging to the service, for example, if you don't want the control to load when the screen first opens. You can turn off the DelayLoading flag via script, then use RefreshTagChooser to trigger data loading after the delay. |
|||||||
|
ControlName.ColorConfiguration.BackgroundBlink ControlName.ColorConfiguration.TextBlink ControlName.ColorConfiguration.BorderBlink
Button.ColorConfiguration.BlinkBorder Button.ColorConfiguration.BlinkText
TextTool.ColorConfiguration.BlinkBackground TextTool.ColorConfiguration.BlinkBorder TextTool.ColorConfiguration.BlinkText |
Alarm Grid, CygNet Grid, Text Tool —
The Display alarm acknowledgment property enables the cell or text tool's background, text, and border to blink when the associated point is in alarm. Check each box to configure the:
If none of these options are selected, no visual indication of a point in alarm will be presented. However, if the point is in alarm, an Acknowledge alarm option will be available from the context menu in run mode. Button — The Display alarm acknowledgment property enables the button's text and border to blink when the associated point is in alarm. Check each box to configure the:
If none of these options are selected, no visual indication of a point in alarm will be presented. However, if the point is in alarm, an Acknowledge alarm option will be available from the context menu in run mode. |
||||||||
|
Display alarm ranges |
Donut.DisplayAlarmRanges Donut.Ranges |
The Display alarm ranges check box indicates whether to display alarm ranges for the setpoints for the associated point on the donut. The colors depicted for the ranges are randomly chosen from a predefined set of colors. |
|||||||
|
Display mode |
Navigator.DisplayMode |
The Display mode property specifies how to display the navigation menu when the screen is in run mode. By default, the navigation menu and the control's contents will adapt depending on the amount of available space. Options include:
The default value is Compact. |
|||||||
|
Display mode |
TileView.DisplayMode |
The Display mode property specifies the method for displaying the data elements in the tile view. Options include:
The default value is Single UDC. |
|||||||
|
Display mode |
TreeMap.DisplayMode |
The Display mode property specifies the method for displaying the data elements in the tree map. Options include:
The default value is Best fit. |
|||||||
|
Drag mode |
Chart.DragMode |
The Drag mode property determines the drag action for the chart in run mode. Setting it to Pan will start panning, instead of zooming when you drag the mouse over the plot area. To forbid any drag actions you can set the Drag mode to None. Options include:
The default value is None. |
|||||||
| E |
|||||||||
|
Earliest (span) |
ControlName.AutoUpdateEarliestSpan |
The Earliest (span) property specifies the starting date for a trend; that is, the amount of time in the past from when to start the trend. Enter a number in the text box and select a time period from the drop-down menu. For example, 8 Hours ago or 2 Days ago. |
|||||||
|
Earliest (unit) |
ControlName.AutoUpdateEarliestUnit |
The Earliest (unit) property specifies the unit of time in the past from when to start the trend. After entering a number in the text box, select a time period from the drop-down menu. The options include: Seconds, Minutes, Hours, Days, and Years. For example, 60 Seconds ago or 2 Hours ago. The default value is Hours. |
|||||||
|
Enable live updates |
ControlName.AutoUpdate |
The Enable live updates check box indicates whether this chart or sparkline will request new data at a specified interval allowing the chart to trend data at a real-time pace. When live updates are enabled and the next poll occurs, the series line will update to reflect the slope change, if any. The interval at which the trend moves forward is defined in the Update rate. If disabled, a trend is populated once with data from the Value History Service (VHS). You can disable/enable live updates for any chart in run mode via an icon on the chart toolbar. |
|||||||
|
Empty bar color |
ControlName.ColorConfiguration.EmptyBarSelfColor ControlName.ColorConfiguration.EmptyBarSource |
The Empty bar color property specifies the color used for the empty or inner background bar in the linear gauge control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Empty ring color |
Donut.ColorConfiguration.EmptyRingColorSource Donut.ColorConfiguration.EmptyRingSelfColor |
The Empty ring color property specifies the color used for the empty or unused ring in the donut. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Enabled |
ControlName.IsEnabled |
|
The Enabled check box indicates whether the control is enabled. The default value is True. |
||||||
|
End (absolute date in Chart) End date End date (History column) |
ControlName.DateEnd ControlName.DateEnd.Date ControlName.DateEnd.Day ControlName.DateEnd.DayOfWeek ControlName.DateEnd.DayOfYear ControlName.DateEnd.Hour ControlName.DateEnd.Kind ControlName.DateEnd.Millisecond ControlName.DateEnd.Minute ControlName.DateEnd.Month ControlName.DateEnd.Second ControlName.DateEnd.Ticks ControlName.DateEnd.TimeOfDay ControlName.DateEnd.Year |
The End date (or End) property specifies the end date and time for a control (or screen or chart or column) for an absolute date and time view window. The format is MM/DD/YYYY hh:mm:ss AM/PM. The default value is the system date and time at which the control was first added to the screen. Click |
|||||||
|
End (relative date in Chart) End relative date |
ControlName.RelativeEnd |
The End relative date (or Relative end date or End) property specifies a wildcard string defining the amount of time by which to adjust end date and time. The space-separated elements in this string must be of the form: "x-#", "x+#", or "x=#" where # is an integer and x is one of the following unit specifiers: y — Year, m — Month, d — Day, H — Hour, M — Minute, S — Second, and # is an integer. T wildcard is also supported and must be in the form: T, T+#, T-#, where T represent today at midnight, T-1 is yesterday at midnight, and T+1 is tomorrow at midnight, etc. Any integer can be used. For example, H-8 represents data from the 8 hours before the current hour, d+3 represents data 3 days after the current day, and d+2 H+1 M+30 represents data 2 days, 1 hour and 30 minutes after the current date and time. d-4 H=6 sets the relative end date and time to four days ago (d-4) at 6:00 a.m. (H=6). See Date and Time Wildcards for more information about adjusting relative time. |
|||||||
| F |
|||||||||
|
Facility |
ControlName.CygNetConfiguration.Facility ControlName.CygNetConfiguration.Facility.FacilityID ControlName.CygNetConfiguration.Facility.IsBroadcastSourced ControlName.CygNetConfiguration.Facility.IsOrderInType ControlName.CygNetConfiguration.Facility.IsOrderInTypeAttributeConfigured ControlName.CygNetConfiguration.Facility.IsRelative ControlName.CygNetConfiguration.Facility.IsSelfSourced ControlName.CygNetConfiguration.Facility.OrderInType ControlName.CygNetConfiguration.Facility.RelativeFacilityLink ControlName.CygNetConfiguration.Facility.ResolveRelativeFacility ControlName.CygNetConfiguration.Facility.Source ControlName.CygNetConfiguration.Facility.SourceFacilityID
ControlName.FacilitySender
ControlName.PointConfiguration.Facility ControlName.PointConfiguration.Facility.FacilityID ControlName.PointConfiguration.Facility.IsBroadcastSourced ControlName.PointConfiguration.Facility.IsOrderInType ControlName.PointConfiguration.Facility.IsOrderInTypeAttributeConfigured ControlName.PointConfiguration.Facility.IsRelative ControlName.PointConfiguration.Facility.IsSelfSourced ControlName.PointConfiguration.Facility.OrderInType ControlName.PointConfiguration.Facility.RelativeFacilityLink ControlName.PointConfiguration.Facility.ResolveRelativeFacility ControlName.PointConfiguration.Facility.Source ControlName.PointConfiguration.Facility.SourceFacilityID
CygNetGrid.FacilitySender CygNetGrid.FacilitySource CygNetGrid.FacilityTagListFilter CygNetGrid.FacilityTagListFilterCommand
ObjectContainer.GetCygNetFacilitySenders ObjectContainer.GetCygNetFacilitySenders.Method ObjectContainer.GetCygNetFacilitySenders.Target ObjectContainer.GetParentLinkAttribute ObjectContainer.GetParentLinkAttribute.Method ObjectContainer.GetParentLinkAttribute.Target ObjectContainer.GetRelativeFacilityLinks ObjectContainer.GetRelativeFacilityLinks.Method ObjectContainer.GetRelativeFacilityLinksTarget
ObjectContainer.RelativeFacilitiesEnabled ObjectContainer.RelativeFacilitiesEnabled.Method ObjectContainer.RelativeFacilitiesEnabled.Target ObjectContainer.RelativeFacilityLinks ObjectContainer.RelativeFacilityLinks.Capacity ObjectContainer.RelativeFacilityLinks.Count ObjectContainer.ResolveRelativeFacilityTag |
CygNetConfiguration
PointConfiguration
Other
|
The Facility property specifies the facility for which the control (or screen) is to display data. Click |
||||||
|
Facility |
CygNetGrid.FacilitySender CygNetGrid.FacilitySource
CygNetGrid.FacilityTagListFilter CygNetGrid.FacilityTagListFilterCommand |
The Facility property specifies the source facility for the CygNet grid's rows. Options include:
|
|||||||
|
Facility attribute (Alarm column, Facility column) |
|
The Facility attribute property specifies the facility attribute that will displayed in the column. Click
Click |
|||||||
|
Facility column |
N/A |
Alarm Grid —
A facility column presents data for a point by a facility attribute. You can choose to resolve the facility to a relative facility if desired. The property sheet displays Common and Facility properties. CygNet Grid —
A facility column presents data for a point by a facility attribute. You can choose to resolve the facility to a relative facility if desired. The property sheet displays Common, Facility, and Color properties. |
|||||||
|
Facility filter |
ObjectContainer.FacilityTagListFilter TagChooser.FacilityFilter TagChooser.FacilityLevels TagChooser.FacilityLevels.Count
Search.FacilityFilter |
|
Object Container, Tag Chooser — Use the Facility filter property to limit the data presented in the control to any CygNet filter attribute set up for your CygNet installation. Click Search Box — Use the Facility filter property to limit the data presented in the control to any CygNet filter attribute set up for your CygNet installation. A search will be executed against the facilities that are described by this filter. Click |
||||||
|
Facility mode |
ObjectContainer.FacilityMode |
The Facility mode property specifies how to handle facilities provided to the object container. Options include:
The default value is Resolve children. |
|||||||
|
Facility navigation mode |
Screen.FacilityNavigationMode |
The Facility navigation mode (FacilityNavigationMode) property is included on the screen object to determine how a screen will handle a request to navigate to another screen via a facility. This property is used with the NavigateByFacility or OpenedViaHyperlink events to link to a facility's associated screen or replace a current screen in a Navigator control with a facility's associated screen. Click
The default value is Hyperlink - Open. See Navigation by Facility for more information about using this property. |
|||||||
|
Facility sender |
ControlName.FacilitySender |
A list of sender controls that have been configured with a facility will be displayed. Select the name of the control that will send its facility to this control. By default, the sender is the Screen control if no other senders have been configured. Once a sender control has been specified its name will display in the Source field. |
|||||||
|
Facility sender mode |
AlarmGrid.FacilitySender AlarmGrid.FacilitySource AlarmGrid.FacilityTagListFilter ControlName.GridFacilitySenderMode |
The Facility sender mode property determines which mouse-click actions will send facilities to other controls. Options include:
The default value is None. Sending and receiving facility tagsSome controls on the same screen allow for the sending of facility tag information from one control to another.
|
|||||||
|
Facility service |
TagChooser.SiteService |
The Facility service property specifies the service to use for this tag chooser. Click |
|||||||
|
Facility tag |
ControlName.CygNetConfiguration.FacilityTag ControlName.CygNetConfiguration.FacilityTag.FacilityId ControlName.CygNetConfiguration.FacilityTag.Service ControlName.CygNetConfiguration.FacilityTag.Site ControlName.CygNetConfiguration.FacilityTag.SiteService ControlName.CygNetConfiguration.FacilityTag.SiteService.Service ControlName.CygNetConfiguration.FacilityTag.SiteService.Site ControlName.CygNetConfiguration.SourceFacilityTag ControlName.CygNetConfiguration.SourceFacilityTag.FacilityId ControlName.CygNetConfiguration.SourceFacilityTag.Service ControlName.CygNetConfiguration.SourceFacilityTag.Site ControlName.CygNetConfiguration.SourceFacilityTag.SiteService ControlName.CygNetConfiguration.SourceFacilityTag.SiteService.Service ControlName.CygNetConfiguration.SourceFacilityTag.SiteService.Site ControlName.CygNetConfiguration.SourceFacilityTagString
ControlName.PointConfiguration.FacilityTag ControlName.PointConfiguration.FacilityTag.FacilityId ControlName.PointConfiguration.FacilityTag.Service ControlName.PointConfiguration.FacilityTag.Site ControlName.PointConfiguration.FacilityTag.SiteService ControlName.PointConfiguration.FacilityTag.SiteService.Service ControlName.PointConfiguration.FacilityTag.SiteService.Site ControlName.PointConfiguration.SourceFacilityTag ControlName.PointConfiguration.SourceFacilityTag.FacilityId ControlName.PointConfiguration.SourceFacilityTag.Service ControlName.PointConfiguration.SourceFacilityTag.Site ControlName.PointConfiguration.SourceFacilityTag.SiteService ControlName.PointConfiguration.SourceFacilityTag.SiteService.Service ControlName.PointConfiguration.SourceFacilityTag.SiteService.Site ControlName.PointConfiguration.SourceFacilityTagString
ControlName.FacilityTag ControlName.FacilityTag.FacilityId ControlName.FacilityTag.Service ControlName.FacilityTag.Site ControlName.FacilityTag.SiteService ControlName.FacilityTag.SiteService.Service ControlName.FacilityTag.SiteService.Site |
CygNetConfiguration
PointConfiguration |
The Facility tag property specifies the full facility tag identifier for which the control (or screen) is to display data. Click |
||||||
|
Facility type filter |
TagChooser.GroupHierarchyFacilityType |
The Facility type filter property specifies the facility type on which to filter the hierarchy, in all UPPERCASE letters. The nodes in the hierarchy will correspond to the Facility Type column in the Facility service. This must be a valid facility type in your system. The types are stored in the SYSFCTYP table in the Table Reference Service (TRS). You can also see a list of types by displaying the properties for a facility and clicking the Type browse button. For example, common facility types include REMDEV, MTRRUN, WELL, PLNGR, TANKS, PUMP, etc. Leave this blank to include all facility types. |
|||||||
|
File path |
ControlName.FilePath ControlName.IsValidImage ControlName.ScreenPath
|
This property specifies the path to the file, image file, object file, or screen file. Depending on the selection in the source property the type of path is different. Click
|
|||||||
|
File source |
Button.FileSource |
This property specifies the source to the file, image, object file, or screen. Options include:
The default file source is Local. |
|||||||
|
Fill color |
Shape.ColorConfiguration.FillSource Shape.ColorConfiguration.FillSelfColor |
The Fill color property specifies the color used for the internal body of the control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Filter type |
TreeMap.FilterType |
Tree Map |
The Filter Type property allows you to limit the number of facilities displayed in the tree map. By configuring a value in the Items to filter property, and selecting Top or Bottom in this property, only the top or bottom number of facilities will be displayed, no matter how many facilities are sent to the tree map from the sending control. Options include:
The default value is None. |
||||||
|
Flip enabled |
ControlName.EnableFlip |
The Flip enabled property indicates whether to enable flipping of the detail control when clicked. |
|||||||
|
Font size |
ControlName.FontSize |
The Font size property specifies the font size of the text on the control. |
|||||||
|
Font size (bottom) |
ControlName.FontSizeBottom |
The Font size (bottom) property specifies the font size of the bottom text on the control. Only applies if Font size mode is set to Fixed. |
|||||||
|
Font size (main) |
ControlName.FontSizeMain |
Detail |
The Font size (main) property specifies the font size of the main text on the control. Only applies if Font size mode is set to Fixed. |
||||||
|
Font size (top) |
ControlName.FontSizeTop |
Detail |
The Font size (top) property specifies the font size of the top text on the control. Only applies if Font size mode is set to Fixed. |
||||||
|
Font size mode |
ControlName.FontSizeMode |
Detail |
The Font size mode property specifies the method used to size the text on the control. Options include:
The default value is Auto. The default value for the text tool is Fixed. |
||||||
| G |
|||||||||
|
Generic column |
N/A |
Alarm Grid —
A generic column can display any kind of scripted data of your choosing using C# or VB.NET at run-time. First configure the column in Canvas and then reference the column by name to pull in CygNet or other values. A generic column can be used to discover data defined in a supporting script. If the column is defined, but no data is defined, then the column is hidden by default. The cells in a generic column can be configured to be editable in run mode, so that, for example, users could make quick data changes to facilities in a grid format. Changed values are not saved anywhere but in the grid, but they can be saved or otherwise manipulated via script. The property sheet displays only Common properties. CygNet Grid —
A generic column can display any kind of scripted data of your choosing using C# or VB.NET at run-time. First configure the column in Canvas and then reference the column by name to pull in CygNet or other values. A generic column can be used to discover data defined in a supporting script. If the column is defined, but no data is defined, then the column is hidden by default. The cells in a generic column can be configured to be editable in run mode, so that, for example, users could make quick data changes to facilities in a grid format. Changed values are not saved anywhere but in the grid, but they can be saved or otherwise manipulated via script. Note that when a generic column is set to editable the Color properties are not configurable. The property sheet displays only Common and Color properties. |
|||||||
|
Grid color |
Screen.GridColor |
The Grid color property specifies the color of the lines in the layout grid. Click |
|||||||
|
Grid height |
Screen.GridHeight |
The Grid height property specifies the height of the layout grid. The default is 10 pixels high. |
|||||||
|
Grid width |
Screen.GridWidth |
The Grid width property specifies the width of the layout grid. The default is 10 pixels wide. |
|||||||
|
Group name |
RadioButton.GroupName |
The Group name property specifies the name of the group that indicates which radio buttons are mutually exclusive. |
|||||||
|
Group service |
TagChooser.GroupSiteService |
The Group service property specifies the service to use for this tag chooser. Click |
|||||||
| H |
|||||||||
|
Height |
ControlName.Height |
All |
The Height property specifies the height of the control (or screen). Tip: You can also change the height of a control using the Settings pane (click on the |
||||||
|
Hide invalid tag |
ControlName.HideInvalidTag |
The Hide invalid tag check box indicates whether to hide the control if it resolves to an invalid or unknown tag. |
|||||||
| Hierarchy type | TagChooser.HierarchyType | Tag Chooser |
The Hierarchy type property is used to select the service type by which the tag chooser's facilities will be organized: by Facility service or by Group service. |
||||||
|
High range color |
ControlName.HighRangeColor |
The High range color property specifies the color to be used at the high end of the value range. Click |
|||||||
|
Horizontal alignment |
TextTool.HorizontalAlignment |
The Horizontal alignment property specifies the horizontal position of the text within the boundary of the control. Click |
|||||||
|
Horizontal resize mode |
ControlName.HorizontalResizeMode |
All |
The Horizontal resize mode property specifies whether and how the control dynamically moves or resizes horizontally when the screen is resized in run mode. Options include:
The default value is None. |
||||||
|
HoverMode |
Chart.HoverMode |
The Hover mode property specifies the mode when hovering over a series in the chart. Two options are available:
The default value is None. |
|||||||
| I |
|||||||||
|
Icon path |
See Menu Items |
The Icon path property specifies the icon to display to the left of a top-level menu item. Click |
|||||||
|
Icon preview |
See Menu Items |
The Icon preview property displays a preview of the selected icon. This option is not available for sub-menu items. |
|||||||
|
Icon size |
Navigator.IconSize |
The Icon size property is used to set the dimensions of the menu icon. The range is 8 to 40 pixels. The default is 16 by 16 pixels. |
|||||||
|
Image size |
Button.ImageSize |
The Image size property indicates the size of the image on the button. |
|||||||
|
Image size mode |
Button.ImageSizeMode |
The ImageSizeMode property specifies the method used to size the image on the button. Options include:
The default value is Auto. |
|||||||
|
Image |
See Images |
The Image property indicates the file path and file name of the image that will be substituted when the point state changes to the selected point state. Click |
|||||||
|
Image resolution mode |
Image.ImageResolutionMode |
The Image resolution mode property determines how a point's status should be used to select images to display. The control will display an image based on the point state or the alarm condition of the associated point. The point state of the associated point is evaluated to determine which image to display. This new behavior mirrors the CygNet Studio Image tool. Options include:
The default option is Point state. CygNet Help: For information about Point State and Alarm Condition, see the following topic in the CygNet Help:
|
|||||||
| Images |
Image.Images Image.Images.Capacity Image.Images.Count
|
Image |
The Image Selection dialog box is where you configure the image that will be displayed in the control. The image can be explicitly configured to a default image or it can be dynamically changed based on the point state of the associated point. Click Note: If no image is specified, a missing image icon ( |
||||||
|
Include in script |
ControlName.IncludeInScript |
The Include in script check box indicates that the control will appear in the objects collection of the screen (if scripting is enabled). To optimize performance, best practice dictates that you only include the controls you need to manipulate via script. Other controls should be excluded. When you add an event to a control, it will be automatically added to script and the Include in script property (and the In Script check box on the Controls view) will be set to True. Tip: You can also change the Include in Script setting on the Controls view of the Screen pane. |
|||||||
|
Is logarithmic |
ControlName.IsLogarithmic |
The Is logarithmic property indicates whether the gauge scale is linear or logarithmic. |
|||||||
|
Is pan zoom control visible |
Screen.IsPanZoomControlsVisible |
The Is pan zoom control visible check box indicates whether to display the pan zoom control on the screen in run mode. Pan and zoom are always enabled in design mode; the control is optional in run mode. |
|||||||
|
Screen.IsPanZoomEnabled |
The Is pan/zoom enabled check box indicates whether the user can pan around or zoom in and out of the screen. Pan and zoom are always enabled in design mode; the control is optional in run mode. Note: Enabling this will negatively impact screen load performance and disable the ability to dynamically add controls via script. Note: The new run mode implemented in Canvas v9.4 does not support panning and zooming. Thus, Canvas has retained the old method of running screens for backwards compatibility. If you need to pan and zoom on a specific screen (configured via the IsPanZoomEnabled property on a screen), you will not be able to take advantage of the performance improvements the new run mode supports. The legacy run mode is accessible from the Run icon on the Canvas toolbar: Run > Run current screen (Legacy). |
||||||||
|
ComboBox.Items Combobox.Items.Count ComboBox.SelectedIndex ComboBox.SelectedItem ComboBox.SelectedItem.Label ComboBox.SelectedItem.Value ComboBox.SelectedLabel ComboBox.SelectedValue |
The Combo Box Items dialog box displays all the item labels that will appear in the combo box and their corresponding values. Click |
||||||||
|
Items to filter |
TreeMap.FilterCount |
Tree Map |
The Items to filter property specifies the number of items to filter if the Filter type is set to Top or Bottom. |
||||||
| L |
|||||||||
|
Label |
ControlName.Label
See Items |
|
Check Box — The Label property specifies the text label to display next to the check box. By default, the label appears to the right of the check box. Combo Box — The Label property specifies the label for an item in the combo box drop-down menu. Radio Button — The Label property specifies the text label to display next to the radio button. |
||||||
|
Label background color |
Chart.SelectedSeries.LabelBackgroundColor |
The Label background color property specifies the background color of the label associated with the point in the chart series. Click |
|||||||
|
Label connector color |
Chart.SelectedSeries.LabelConnectorColor |
The Label connector color property specifies the color of the label border and the connector line linking the label to the point in the chart series. Click |
|||||||
|
Label on left |
CheckBox.LabelOnLeft |
The Label on Left check box indicates if the label should be shown on the left side of the check box. |
|||||||
|
Label text color |
Chart.SelectedSeries.LabelForegroundColor |
The Label text color property specifies the color of the text on the label associated with the point in the chart series. The text color is sometimes known as the foreground color. Click |
|||||||
|
ControlName.Layer |
All except Screen/Object |
The Layer property specifies the layer for this control. Layers are used to show, hide, and edit multiple controls on one layer without affecting controls on another layer.
Tip: You can also edit a control's Layer on the Controls view of the Screen pane.
|
|||||||
|
Legend date format |
Chart.LegendDateFormat |
The Legend date format property specifies the format for the dates used in the chart legend. |
|||||||
|
Legend format |
Chart.LegendFormat |
The Legend format property specifies the format for the text used in the chart legend. Build a dynamic text string, based on real-time CVS point properties, point configuration properties, and facility properties, using text tokens to represent a CygNet point attribute. Click If you leave this property empty, the chart will use the series Name value in the legend. |
|||||||
|
Legend location |
Chart.LegendLocation |
The Legend location property specifies where the chart legend should appear, if it is shown. Options include: Left, Top, Right, or Bottom. The default value is Bottom. |
|||||||
|
Legend value format |
Chart.LegendValueFormat |
The Legend value format property specifies the format for the legend's point value using any of the valid .NET standard or custom numeric format strings. The value format applies to a point's value, primary value, and alternate value properties. |
|||||||
|
Line color |
Shape.ColorConfiguration.LineColorSource Shape.ColorConfiguration.LineSelfColor |
The Line color property specifies the color used for the border line of the control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Line style |
Shape.LineStyle |
The Line style property specifies the style of the shape's border line. Click |
|||||||
| Line width | Shape.LineWidth |
The Line width property specifies the width of the shape's border line. |
|||||||
|
Long point ID |
ControlName.LongPointID ControlName.PointConfiguration.LongPointID |
PointConfiguration |
The Long point ID property specifies the long point ID of the CygNet point for which the control is to display data. Type the tag into the field. |
||||||
|
Low range color |
ControlName.LowRangeColor |
The Low range color property specifies the color to be used at the low end of the value range. Click |
|||||||
|
Lower value bound |
ControlName.ValueBoundsConfiguration.LowerValueBound |
|
The Lower value bound property specifies the lower value to use when filling the control. The value bound can be explicitly configured (by selecting <Self>) or the value can be sourced from an application-specific attribute of the associated point (by selecting Point Attribute). Point application attributes are configured on the Application page of the CygNet PNT Editor. The following fields are available to store an attribute that can be used to indicate the value bound.
Options include:
|
||||||
| M |
|||||||||
|
Main screen path |
TileView.MainScreenPath |
The Main screen path property specifies the path to the Canvas file that will be displayed when you click the Maximize button on the tile view in run mode. Click |
|||||||
|
Marker border color |
ValueIndicator.ColorConfiguration.MarkerBorderColorSource ValueIndicator.ColorConfiguration.MarkerBorderSelfColor |
The Marker border color property specifies the color used for the border of the triangular marker in the value indicator. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Marker color |
Donut.ColorConfiguration.MarkerColorSource Donut.ColorConfiguration.MarkerSelfColor |
The Marker color property specifies the color used for the value marker on the donut. The color can be sourced from one of two options:
The default value is <Self>. Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Marker fill color |
ValueIndicator.ColorConfiguration.MarkerFillColorSource ValueIndicator.ColorConfiguration.MarkerFillSelfColor |
The Marker fill color property specifies the color used for the interior of the triangular marker in the value indicator. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Marker height |
Donut.MarkerHeight |
The Marker height property specifies the height of the triangular marker for the point value on the donut. |
|||||||
|
Marker width |
Donut.MarkerWidth |
The Marker width property specifies the width of the triangular marker for the point value on the donut. |
|||||||
|
Maximum Y value |
ControlName.MaximumYValue |
The Maximum Y value property specifies the maximum value to use on the sparkline's y-axis when the Auto range - y-axis property is set to fixed (disabled). |
|||||||
|
Navigator.Items Navigator.Items.Count Navigator.ActiveItem Navigator.ActiveItem.File Navigator.ActiveItem.IconPath Navigator.ActiveItem.IconPathType Navigator.ActiveItem.IsCanvasFile Navigator.ActiveItem.IsChild Navigator.ActiveItem.IsDefault Navigator.ActiveItem.Isleaf Navigator.ActiveItem.IsStudioFile Navigator.ActiveItem.IsValidFile Navigator.ActiveItem.Items Navigator.ActiveItem.Parent Navigator.ActiveItem.ScreenPath Navigator.ActiveItem.ScreenPathType Navigator.ActiveItem.TempFileDirPath Navigator.Screen |
The Navigator Menu Configuration dialog box displays all the menu items that will appear in the navigator's menu, and each menu item's properties: label, screen path, whether this screen is the start screen, icon path, and an icon preview. Click |
||||||||
|
Menu item label |
See Menu Items |
The Menu item label property specifies the label for an item in the navigator menu. |
|||||||
|
Menu width |
Navigator.MenuWidth |
The Menu width property specifies the width of the main navigator menu in expanded mode. The default value is 150 pixels. The minimum width is 40 pixels. |
|||||||
|
Minimum Y value |
ControlName.MinimumYValue |
The Minimum Y value property specifies the minimum value to use on the sparkline's y-axis when the Auto range - y-axis property is set to fixed (disabled). |
|||||||
|
ControlName.MouseCursor |
The Mouse cursor property determines which mouse cursor will appear when the mouse hovers over this control. Select an option from the drop-down menu: Arrow ( |
||||||||
| N |
|||||||||
|
Name |
ControlName.ControlName |
All |
The Name property specifies the unique identifier for this control. Valid characters are A-Z, 0-9, and underscore (_). Spaces are not allowed. Names cannot start with a number. The default value is the object name and the numeric instance. The control's Name is also displayed on the Controls view of the Screen pane. |
||||||
|
Name (common to all columns) |
The Name specifies the name that appears in the column header. |
||||||||
|
Name (series) |
Chart.SelectedSeries.Name |
The Name property specifies the label for the selected chart series, which is displayed in the upper right corner of the chart. |
|||||||
| O |
|||||||||
|
Object file path |
ControlName.ObjectPath ObjectContainer.ScreenPath |
|
This property specifies the path to the file, image file, object file, or screen file. Depending on the selection in the source property the type of path is different. Click
|
||||||
|
Object file source |
Detail.ObjectFileSource ObjectContainer.FileSource |
This property specifies the source to the file, image, object file, or screen. Options include:
The default file source is Local. |
|||||||
|
Object limit |
ObjectContainer.ObjectLimit ObjectContainer.ObjectLimitExceeded ObjectContainer.ObjectLimitExceededMessage ObjectContainer.NestedViews ObjectContainer.NestedViews.Capacity ObjectContainer.NestedViews.Count |
The Object limit property specifies the maximum number of objects to be added to the container. Use this value to limit the number of objects and avoid poor performance when loading an unexpectedly large number of objects. |
|||||||
|
Override chart dates |
Screen.OverrideChartDates |
The Override chart dates check box indicates whether to use the screen's dates, when displaying charts for this screen. |
|||||||
|
Override chart's facility |
Chart.SelectedSeries.OverrideFacility |
Select the Override chart's facility check box to specify a different facility for this chart series. Once checked a facility field is revealed where you can override the facility configured for the chart. The chart's facility is specified in the CygNet Connection property group. If Override chart's facility is selected the Resolve to a relative facility option is removed. |
|||||||
|
Override chart's SiteService |
Chart.SelectedSeries.OverrideSiteService |
Select the Override chart's SiteService check box to specify a different SiteService for this chart series. Once checked a SiteService field is revealed where you can override the SiteService configured for the chart. The chart's SiteService is specified in the CygNet Connection property group. |
|||||||
|
Order in type (Facility, History, Point column) |
ControlName. CygNetConfiguration.Facility.IsOrderInType CygNetConfiguration.Facility.IsOrderInTypeAttributeConfigured CygNetConfiguration.Facility.OrderInType
ControlName. PointConfiguration.Facility.IsOrderInType PointConfiguration.Facility.IsOrderInTypeAttributeConfigured PointConfiguration.Facility.OrderInType
Chart.SelectedSeries.Connection.Facility.OrderInType TileView.OrderInType
|
CygNetConfiguration
PointConfiguration
Other |
The Order in type property specifies the attribute value used to represent the order in type (facility ordinal) if the relative facility definition is configured for one. It is possible to have multiple relative facility definition sets with the same definition name. In this case, if the specified Relative link is configured for ordinalization, then you need to configure the attribute value in the box. |
||||||
| P |
|||||||||
|
Pan mode |
Chart.PanMode |
The Pan mode property allows users to pan in the chart plot area when there is a dense area of data points that cannot be seen clearly at the normal chart scale. With Pan enabled you can reduce the area you want to examine using the scroll bars, and then drag the chart within the pan region horizontally, vertically, or in both directions. Options include:
The default value is None. |
|||||||
|
Path |
Screen.GlobalSettingsFile |
The Path property specifies the path to the global settings file. Depending on the selection in the source property the type of path is different. Click
|
|||||||
|
Period (rollup) |
Chart.SelectedSeries.RollupPeriod |
The Rollup period property works in conjunction with the Rollup unit to define the interval by which a specified Rollup type takes place. For example, if you selected Minutes from the Rollup unit drop-down menu, then typed 3 in the Rollup period field, rollups for the control would occur every three minutes. Enter only whole numbers. |
|||||||
|
Point
Point selection mode (UDC or Long point id) |
ControlName.LongPointID ControlName.PointConfiguration.LongPointID ControlName.PointConfiguration.PointSelectionMode ControlName.PointConfiguration.PointTag ControlName.PointConfiguration.UDC ControlName.Points ControlName.Points.Comparer ControlName.Points.Count ControlName.Point.Keys ControlName.Points.Subscribe ControlName.Points.Unsubscribe ControlName.Points.Values ControlName.PointTag ControlName.UDC |
PointConfiguration |
The Point property is used to determine how the CygNet point will be configured. Click the appropriate radio button to reveal the desired field.
|
||||||
|
Point attribute (Point column) |
|
The Point attribute property specifies the point attribute that will be displayed in the column. Click
Click |
|||||||
|
Point column |
N/A |
Alarm Grid —
A point column presents data for a point by UDC and point attribute. You can choose to resolve the point to a relative facility if desired. The property sheet displays Common and Point properties. CygNet Grid —
A point column presents data for a point by UDC and point attribute. You can choose to resolve the point to a relative facility if desired. The property sheet displays Common, Point, and Color properties. |
|||||||
|
Point configuration |
ControlName.PointConfiguration ControlName.PointConfiguration.Facility ControlName.PointConfiguration.Facility.FacilityID ControlName.PointConfiguration.Facility.IsBroadcastSourced ControlName.PointConfiguration.Facility.IsOrderInType ControlName.PointConfiguration.Facility.IsOrderInTypeAttributeConfigured ControlName.PointConfiguration.Facility.IsRelative ControlName.PointConfiguration.Facility.IsSelfSourced ControlName.PointConfiguration.Facility.OrderInType ControlName.PointConfiguration.Facility.RelativeFacilityLink ControlName.PointConfiguration.Facility.ResolveRelativeFacility ControlName.PointConfiguration.Facility.Source ControlName.PointConfiguration.Facility.SourceFacilityID ControlName.PointConfiguration.FacilityTag ControlName.PointConfiguration.FacilityTag.FacilityId ControlName.PointConfiguration.FacilityTag.Service ControlName.PointConfiguration.FacilityTag.Site ControlName.PointConfiguration.FacilityTag.SiteService ControlName.PointConfiguration.LongPointID ControlName.PointConfiguration.PointSelectionMode ControlName.PointConfiguration.PointTag ControlName.PointConfiguration.SelectionMode ControlName.PointConfiguration.SiteService ControlName.PointConfiguration.SiteService.DomainSiteService ControlName.PointConfiguration.SiteService.DomainSiteService.DomainId ControlName.PointConfiguration.SiteService.DomainSiteService.Service ControlName.PointConfiguration.SiteService.DomainSiteService.Site ControlName.PointConfiguration.SiteService.IsBroadcastSourced ControlName.PointConfiguration.SiteService.IsSelfSourced ControlName.PointConfiguration.SiteService.SiteService ControlName.PointConfiguration.SiteService.Source ControlName.PointConfiguration.SourceFacilityTag ControlName.PointConfiguration.SourceFacilityTag.FacilityId ControlName.PointConfiguration.SourceFacilityTag.Service ControlName.PointConfiguration.SourceFacilityTag.Site ControlName.PointConfiguration.SourceFacilityTag.SiteService ControlName.PointConfiguration.SourceFacilityTagString ControlName.PointConfiguration.UDC |
PointConfiguration |
The Point configuration property is used to configure the CygNet point associated with the control. Click See each control for more information about configuring points. |
||||||
| Point scheme | See Images | Image |
The point scheme defines the point types, point alarms, point statuses, and default colors for a CygNet domain. |
||||||
| Point state | See Images | Image |
Point state is the highest precedented state for a point record as defined for each point scheme. The point state for a point record is based on 48 System, Configuration, and User status bits, which are associated with the four point types (Analog, Digital, String, Enumeration). A point record may contain up to 48 status bits, which are used to provide point status information about the point record in a CVS and the ELSALM. A point can be in multiple states at the same time, for example, in High Warning and High Alarm; however, the state defined to be the most severe is the one that is used for the point state (i.e., High Alarm, in this case). |
||||||
| Point type | See Images | Image |
The point types configured for the selected point scheme for your CygNet system. The default CygNet Standard Point Scheme has eight point types: Analog Input & Analog Output, Digital Input & Digital Output, Enumeration Input & Enumeration Output, and String Input & String Output. |
||||||
|
Properties to search |
Search.PropertiesToSearch |
Use the Properties to Search property to select the facility properties that will be searched in the search box.
Searching many properties and searching non-indexed properties may negatively impact performance. The default properties are Facility Description and Facility ID. |
|||||||
| R |
|||||||||
|
Range color |
|||||||||
|
Read only (Generic column only) |
ControlName.IsReadOnly |
The Read only property indicates whether the cells in a Generic column are editable. |
|||||||
|
Relative end date (History column) |
The End relative date (or Relative end date or End) property specifies a wildcard string defining the amount of time by which to adjust end date and time. The space-separated elements in this string must be of the form: "x-#", "x+#", or "x=#" where # is an integer and x is one of the following unit specifiers: y — Year, m — Month, d — Day, H — Hour, M — Minute, S — Second, and # is an integer. T wildcard is also supported and must be in the form: T, T+#, T-#, where T represent today at midnight, T-1 is yesterday at midnight, and T+1 is tomorrow at midnight, etc. Any integer can be used. For example, H-8 represents data from the 8 hours before the current hour, d+3 represents data 3 days after the current day, and d+2 H+1 M+30 represents data 2 days, 1 hour and 30 minutes after the current date and time. d-4 H=6 sets the relative end date and time to four days ago (d-4) at 6:00 a.m. (H=6). See Date and Time Wildcards for more information about adjusting relative time. |
||||||||
|
Relative link (Facility, History, Point column) |
ControlName.CygNetConfiguration.Facility.RelativeFacilityLink ControlName.PointConfiguration.Facility.RelativeFacilityLink
Chart.SelectedSeries.Connection.Facility.RelativeFacilityLink TileView.RelativeFacilityLink |
CygNetConfiguration
PointConfiguration
Other |
The Relative link property specifies a list of all available relative facility paths. Click |
||||||
|
Relative start date (History column) |
The Begin relative date (or Relative start date or Start) property specifies a wildcard string defining the amount of time by which to adjust the start date and time. The space-separated elements in this string must be of the form: "x-#", "x+#", or "x=#" where # is an integer and x is one of the following unit specifiers: y — Year, m — Month, d — Day, H — Hour, M — Minute, S — Second, and # is an integer. T wildcard is also supported and must be in the form: T, T+#, T-#, where T represent today at midnight, T-1 is yesterday at midnight, and T+1 is tomorrow at midnight, etc. Any integer can be used. For example, H-8 represents data from the 8 hours before the current hour, d+3 represents data 3 days after the current day, and d+2 H+1 M+30 represents data 2 days, 1 hour and 30 minutes after the current date and time. d-4 H=6 sets the relative start date and time to four days ago (d-4) at 6:00 a.m. (H=6). See Date and Time Wildcards for more information about adjusting relative time. |
||||||||
|
Resolve filter if no facility |
ObjectContainer.ResolveFilterIfNoFacility |
The Resolve filter if no facility property indicates whether to use the facility filter to resolve against all facilities if no facility is provided. If a facility is set for the object container, then it will search the child facilities of that facility using the provided facility filter. By enabling Resolve filter if no facility, the object container will use the provided facility filter against all facilities for the specified SiteService. |
|||||||
|
Resolve to a relative facility
Resolve to a relative facility (Facility, History, Point column) |
ControlName.CygNetConfiguration.Facility.ResolveRelativeFacility ControlName.PointConfiguration.Facility.ResolveRelativeFacility
ControlName.IsRelativeFacilityResolutionEnabled
Chart.SelectedSeries.Connection.Facility.ResolveRelativeFacility
TileView.ResolveRelativeFacility |
CygNetConfiguration
PointConfiguration
Other |
The Resolve to a relative facility check box redirects the source of the facility to a relative facility, overriding the configured source facility. Once selected a list of configured Relative links is displayed. See Using Relative Facilities in Canvas for more information about configuring and scripting relative facility links. |
||||||
|
Ring color |
Donut.ColorConfiguration.RingColorSource Donut.ColorConfiguration.RingSelfColor |
The Ring color property specifies the color used for the outer ring that represents the point value in the donut. The color can be sourced from one of two options:
The default value is <Self>. Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Rollup |
N/A |
The Rollup property group contains properties that determine how data is rolled up in the chart series, such as type, units, period, and offset. |
|||||||
|
Rollup period |
ControlName.RollupPeriod Chart.SelectedSeries.RollupPeriod |
The Rollup period property works in conjunction with the Rollup unit to define the interval by which a specified Rollup type takes place. For example, if you selected Minutes from the Rollup unit drop-down menu, then typed 3 in the Rollup period field, rollups for the control would occur every three minutes. Enter only whole numbers. |
|||||||
|
Rollup type |
Chart.SelectedSeries.RollupType ControlName.RollupType |
Chart — By default, a rollup derives its values from raw data stored in the Value History Service (VHS). The Rollup type drop-down menu enables you to rollup data for the selected point. Using the Rollup type option might be preferable to using the data thinning option because rollup calculations performed by the VHS can provide improved performance and reduced network traffic relative to data thinning. Rollup type options are as follows:
CygNet Help: For Rollup Type definitions and information about how history values are used in rollups, see the History Rollups topic in the CygNet Help:
Heap Map — By default, a rollup derives its values from raw data stored in the Value History Service (VHS). The Rollup type drop-down menu enables you to rollup data for the selected point. Using the Rollup type option might be preferable to using the data thinning option because rollup calculations performed by the VHS can provide improved performance and reduced network traffic relative to data thinning. Rollup type options are as follows:
CygNet Help: For Rollup Type definitions and information about how history values are used in rollups, see the History Rollups topic in the CygNet Help:
Tree Map — By default, a rollup derives its values from raw data stored in the Value History Service (VHS). The Rollup type drop-down menu enables you to rollup data for the selected point. Using the Rollup type option might be preferable to using the data thinning option because rollup calculations performed by the VHS can provide improved performance and reduced network traffic relative to data thinning. Rollup type options are as follows:
CygNet Help: For Rollup Type definitions and information about how history values are used in rollups, see the History Rollups topic in the CygNet Help:
|
|||||||
|
Rollup unit |
ControlName.RollupUnit Chart.SelectedSeries.RollupUnit |
Chart — The Rollup unit property options define the time units by which a specified Rollup type takes place. The Rollup Unit options are as follows:
For instance, if you select Minutes, rollups occur on a minute basis. The interval is further defined by the Rollup Period setting, which defines how many (in this case) minutes long a rollup period is. Heat Map — The Rollup unit property options define the time units by which a specified Rollup type takes place. The Rollup Unit options are as follows:
For instance, if you select Minutes, rollups occur on a minute basis. The interval is further defined by the Rollup Period setting, which defines how many (in this case) minutes long a rollup period is. Tree Map — The Rollup unit property options define the time units by which a specified Rollup type takes place. Rollup unit options are as follows:
For instance, if you select Minutes, rollups occur on a minute basis. The interval is further defined by the Rollup period setting, which defines how many (in this case) minutes long a rollup period is. |
|||||||
|
Row configuration |
CygNetGrid.FacilitySender CygNetGrid.FacilitySource CygNetGrid.FacilityTagListFilter CygNetGrid.FacilityTagListFilterCommand CygNetGrid.SiteService CygNetGrid.SiteService.DomainSiteService CygNetGrid.SiteService.IsBroadcastSourced CygNetGrid.SiteService.IsSelfSourced CygNetGrid.SiteService.SiteService CygNetGrid.SiteService.Source CygNetGrid.SiteServiceSender |
The Row configuration property is where you specify the source of the facility (and maybe the SiteService) for the row of the CygNet grid to use. The source for the facility can be explicitly configured for this row or it can be inherited from the screen or another control. If Row configuration is set to <Self> then you also need to provide a SiteService. This could be manually configured or inherited. |
|||||||
|
Row header font size |
HeatMap.RowHeaderFontSize |
The Row header font size property specifies the font size for the text that lies to the left of each row in the heat map. |
|||||||
|
Row height |
HeatMap.RowHeight |
The Row height property specifies the height of each heat map row. Only applicable if the Row sizing mode is set to Fixed. |
|||||||
|
Row sizing mode |
HeatMap.RowSizingMode |
The Row sizing mode specifies the method used to size the heat map row height. Options include:
The default value is Auto. |
|||||||
| S |
|||||||||
|
Screen file source |
ControlName.FileScreen |
This property specifies the source to the file, image, object file, or screen. Options include:
The default file source is Local. |
|||||||
|
Screen path |
ControlName.IsCanvasFile ControlName.IsStudioFile ControlName.IsValidFile ControlName.Screen ControlName.ScreenPath |
This property specifies the path to the file, image file, object file, or screen file. Depending on the selection in the source property the type of path is different. Click
Linking between Canvas screens, objects, and nested views is quite flexible. You don't need to specify the service or folder information in the path to find related screens, objects, or nested views, although you can if desired. When specifying a path to another file, the following notes apply: If the screen or object file is in the APPS or BSS, you can specify the:
If the screen or object file is in the local file system, you can specify the:
|
|||||||
|
Screen path |
See Menu Items See Tabs
|
Navigator — The Screen path property specifies the screen that will open in the body of the navigator. Click Note: This control only supports Canvas screens in CygNet v9.4. It does not support the display of CygNet Studio screens (.csf). Tab Control — The Screen path property specifies the screen that will open in the body of the tab control. Click Note: This control only supports Canvas screens in CygNet v9.4. It does not support the display of CygNet Studio screens (.csf). |
|||||||
|
Search custom |
Search.SearchCustom Search.CustomSearch |
The Search custom check box indicates whether a custom search will be performed. This property invokes the CustomSearch script property, a delegate that references a custom search method, when a user searches for a string. Example
See Scripting Custom Searches for more information about this property. |
|||||||
|
Search facilities |
Search.SearchFacilities |
The Search facilities check box indicates whether to search for facilities based on facility attributes, filter settings, and SiteService. The default value is True. This property works in conjunction with the Facility filter, Properties to search, and SiteService properties. |
|||||||
|
Selected |
RadioButton.IsSelected |
The Selected check box indicates whether the radio button initially displays as selected. |
|||||||
|
Selected index |
TabControl.SelectedIndex |
The Selected index property specifies a zero-based index for the selected tab. -1 indicates no tab is selected and no nested view will display in run mode. 0 indicates the first tab is selected; 1 indicates the second tab is selected; 2 indicates the third tab is selected; and so on. |
|||||||
|
Selection action |
Search.SelectionAction |
The Selected action property specifies the action to take when a search result is selected. Options include:
The default value is FacilitySender. |
|||||||
|
ControlName.SelectionMode ControlName.SelectionUnit ControlName.SelectedRow ControlName.SelectedRows |
The grid controls offer three selection modes, which determine how many grid units may be selected in run mode. The grid units are determined by the Selection unit property. Options include:
The default value is Single. In script, use SelectionMode with the SelectAll method and SelectedRows property (read-only) to aid in multi-row selection:
|
||||||||
|
Selection mode (Facility tag or SiteService / Facility) |
ControlName.CygNetConfiguration.SelectionMode ControlName.PointConfiguration.SelectionMode |
CygNetConfiguration
PointConfiguration |
The Selection mode property is used to determine how the control will receive CygNet information from other controls. Two options are available; click the desired radio button:
Sending and receiving facility tagsSome controls on the same screen allow for the sending of facility tag information from one control to another.
|
||||||
|
Selection unit |
CygNetGrid.SelectionUnit |
The CygNet grid control offers three selection units. The Selection unit property determines the grid units that may be selected in run mode. Options included:
The default value is Full row. |
|||||||
|
Series |
Chart.SelectedSeries SelectedSeries.Connection.Facility SelectedSeries.Connection.Facility.FacilityID SelectedSeries.Connection.Facility.IsBroadcastSourced SelectedSeries.Connection.Facility.IsOrderInType SelectedSeries.Connection.Facility.IsOrderInTypeAttributeConfigured SelectedSeries.Connection.Facility.IsRelative SelectedSeries.Connection.Facility.IsSelfSourced SelectedSeries.Connection.Facility.OrderInType SelectedSeries.Connection.Facility.RelativeFacilityLink SelectedSeries.Connection.Facility.ResolveRelativeFacility SelectedSeries.Connection.Facility.Source SelectedSeries.Connection.Facility.SourceFacilityID SelectedSeries.Connection.FacilityTag SelectedSeries.Connection.FacilityTag.FacilityId SelectedSeries.Connection.FacilityTag.Service SelectedSeries.Connection.FacilityTag.Site SelectedSeries.Connection.FacilityTag.SiteService SelectedSeries.Connection.FacilityTag.SiteService.Service SelectedSeries.Connection.FacilityTag.SiteService.Site SelectedSeries.Connection.LongPointId SelectedSeries.Connection.PointSelectionMode SelectedSeries.Connection.PointTag SelectedSeries.Connection.SelectionMode SelectedSeries.Connection.SiteService SelectedSeries.Connection.SiteService.DisplayString SelectedSeries.Connection.SiteService.DomainSiteService SelectedSeries.Connection.SiteService.DomainSiteService.DomainId SelectedSeries.Connection.SiteService.DomainSiteService.Service SelectedSeries.Connection.SiteService.DomainSiteService.Site SelectedSeries.Connection.SiteService.IsBroadcastSourced SelectedSeries.Connection.SiteService.IsSelfSourced SelectedSeries.Connection.SiteServiceSiteService SelectedSeries.Connection.SiteService.Source SelectedSeries.Connection.SourceFacilityTag SelectedSeries.Connection.SourceFacilityTag.FacilityId SelectedSeries.Connection.SourceFacilityTag.Service SelectedSeries.Connection.SourceFacilityTag.Site SelectedSeries.Connection.SourceFacilityTag.SiteService SelectedSeries.Connection.SourceFacilityTag.SiteService.Service SelectedSeries.Connection.SourceFacilityTag.SiteService.Site SelectedSeries.Connection.SourceFacilityTagString SelectedSeries.Connection.UDC SelectedSeries.Data SelectedSeries.DataSource SelectedSeries.IsOrderInTypeAttributeConfigured SelectedSeries.LabelBackgroundColor SelectedSeries.LabelConnectorColor SelectedSeries.LabelForegroundColor SelectedSeries.LastUpdated SelectedSeries.LegendLabel SelectedSeries.Name SelectedSeries.OverrideFacility SelectedSeries.OverrideSiteService SelectedSeries.PointFillColor SelectedSeries.PointSize SelectedSeries.RollupPeriod SelectedSeries.RollupTopSubUnit SelectedSeries.RollupType SelectedSeries.RollupUnit SelectedSeries.SeriesType SelectedSeries.ShowPointLabels SelectedSeries.ShowPoints SelectedSeries.UpdateInterval Chart.Series Chart.Series.Count |
The Series configuration box contains all the properties required to configure a series on your chart. The number of defined series is listed on the property label. Although some properties of a series are inherited from the screen or from another object on the current screen, you can define properties specific to a certain series, in some cases overriding the inherited properties.
|
|||||||
|
Series (group) |
N/A |
The Series property group contains properties that configure the primary attributes of the chart series, such as name, UDC, color, SiteService override, facility override, and relative facility resolution. |
|||||||
|
Series type |
Chart.SelectedSeries.SeriesType |
The Series type property specifies the style to use for the chart series. Click
Click here to see an example of each type of series. |
|||||||
| Shape geometry | Shape.ShapeGeometry |
The Shape geometry property specifies a special abbreviated syntax that defines the shape's geometry. If you want to manually modify these values, set the Shape type to Custom. |
|||||||
| Shape type | Shape.ShapeType |
The Shape type property specifies the type of shape to draw. Click
The default value is Custom shape. Select Custom shape to define your own shape and enter the values in the Shape geometry property. |
|||||||
|
Show alarm icon |
ControlName.IconConfiguration.ShowIcon |
The Show alarm icon indicates whether to show or hide the alarm icon in the detail control. |
|||||||
|
Show alarm notifier |
Screen.ShowAlarmBanner |
The Show alarm notifier property indicates whether the alarm notifier is visible on this screen when opened in Canvas View and Canvas View Lite. This property is set to true (On) by default and the alarm banner will always appear at the top of a screen in run mode, unless you turn it off in design mode. Note: Alarm sounds will still play in the screen, even if Show alarm notifier property is disabled (Off). |
|||||||
|
Show cell labels |
HeatMap.ShowCellLabels |
The Show cell labels check box indicates whether to display the value in each cell. Note that displaying a value may have an impact on performance. |
|||||||
|
Show configuration |
TagChooser.ShowConfig |
The Show configuration check box indicates whether to display the configuration field in run mode. |
|||||||
|
Show context menu |
ControlName.ShowContextMenu |
The Show context menu check box indicates whether a right-click context menu will be available or suppressed in run mode. The default context menu will allow alarm acknowledgment, access to point history and alarm history, point configuration, and facility configuration. |
|||||||
|
Show grid |
Screen.ShowGrid |
The Show grid property indicates whether to show the grid lines in design mode. By default the layout grid will be displayed. The grid will always be hidden in run mode. |
|||||||
| Show image |
Button.ShowImage |
The Show image property indicates whether to display an image along with any button text. |
|||||||
|
Show labels |
Chart.SelectedSeries.ShowPointLabels |
The Show labels check box indicates whether to display a label corresponding to each data point in the chart series when in run mode. The labels will dynamically reorient their position when you resize or reshape a screen. |
|||||||
|
Show legend |
Chart.IsLegendVisible |
The Show legend check box indicates whether to display the legend on the chart. |
|||||||
|
Show value marker |
Donut.ShowValueMarker |
The Show value marker check box indicates whether to show a triangular marker for the point value on the donut. The marker's color is configurable: The Marker color property specifies the color used for the value marker on the donut. The color can be sourced from one of two options:
The default value is <Self>. See Color configuration: Marker color for more information. |
|||||||
|
Show points |
Chart.SelectedSeries.ShowPoints TagChooser.ShowPoints |
Chart (Series) —
The Show points check box indicates whether to display the points on the chart series. Once enabled, several other properties (color, size, and label attributes) become configurable. Tag Chooser —
The Show points check box indicates whether to display the points in the tag chooser. Points are designated with a blue circle ( |
|||||||
|
Show primary scale |
ControlName.ShowPrimaryScale |
The Show primary scale property indicates whether to show the primary scale on the linear gauge. The primary scale shows the lower to upper bound values and includes major and minor tick marks.
|
|||||||
|
Show scale |
HeatMap.ShowScale |
The Show scale check box indicates whether to display the color scale beneath the heat map. |
|||||||
|
Show secondary scale |
ControlName.ShowSecondaryScale |
The Show secondary scale property indicates whether to show the secondary scale on the linear gauge. The secondary scale shows the lower to upper bound values.
|
|||||||
|
Show sparkline |
Sparkline.ShowSparkline |
The Show sparkline indicates whether to show or hide a sparkline in the detail control. |
|||||||
|
Show time slice |
Chart.ShowTimeSlice |
The Show time slice check box indicates whether to display a vertical time slice that will snap to the nearest data point and call out the point value and timestamp for all series in the chart in run mode. |
|||||||
|
Show tooltips |
ControlName.ShowTooltips |
The Show Tooltips check box indicates whether to display tooltips when hovering over a data point or cell. When you hover over a data point or cell in run mode the tooltip displays the point value and timestamp. Only available when a control is showing points. |
|||||||
|
Show top labels |
HeatMap.ShowTopLabels |
The Show top labels check box indicates whether to display the date and time labels along the top of the heat map. |
|||||||
|
Show x-axis label |
Chart.XAxisShowLabels |
The Show x-axis label check box indicates whether to display the label text on the x-axis, which is typically the unit of time being displayed in the chart. |
|||||||
|
Show y-axis label |
Chart.YAxisShowLabels |
The Show y-axis label check box indicates whether to display the label text on the y-axis, which is typically the range of units being displayed on the chart. |
|||||||
|
SiteService |
ControlName.SiteService ControlName.SiteService.IsBroadcastSourced ControlName.SiteService.IsSelfSourced ControlName.SiteService.SiteService ControlName.SiteService.Source
ControlName.SiteServiceSender ControlName.SiteServiceSender.IsBroadcastSourced ControlName.SiteServiceSender.IsSelfSourced ControlName.SiteServiceSender.SiteService ControlName.SiteServiceSender.Source
ControlName.CygNetConfiguration.SiteService ControlName.CygNetConfiguration.SiteService.DisplayString ControlName.CygNetConfiguration.SiteService.DomainSiteService ControlName.CygNetConfiguration.SiteService.DomainSiteService.DomainId ControlName.CygNetConfiguration.SiteService.DomainSiteService.Service ControlName.CygNetConfiguration.SiteService.DomainSiteService.Site ControlName.CygNetConfiguration.SiteService.DomainSiteService.SiteService ControlName.CygNetConfiguration.SiteService.DomainSiteService.SiteService.Service ControlName.CygNetConfiguration.SiteService.DomainSiteService.SiteService.Site ControlName.CygNetConfiguration.SiteService.IsBroadcastSourced ControlName.CygNetConfiguration.SiteService.IsSelfSourced ControlName.CygNetConfiguration.SiteService.SiteService ControlName.CygNetConfiguration.SiteService.SiteService.Service ControlName.CygNetConfiguration.SiteService.SiteService.Site ControlName.CygNetConfiguration.SiteService.Source
ControlName.PointConfiguration.SiteService ControlName.PointConfiguration.SiteService.DisplayString ControlName.PointConfiguration.SiteService.DomainSiteService ControlName.PointConfiguration.SiteService.DomainSiteService.DomainId ControlName.PointConfiguration.SiteService.DomainSiteService.Service ControlName.PointConfiguration.SiteService.DomainSiteService.Site ControlName.PointConfiguration.SiteService.DomainSiteService.SiteService ControlName.PointConfiguration.SiteService.DomainSiteService.SiteService.Service ControlName.PointConfiguration.SiteService.DomainSiteService.SiteService.Site ControlName.PointConfiguration.SiteService.IsBroadcastSourced ControlName.PointConfiguration.SiteService.IsSelfSourced ControlName.PointConfiguration.SiteService.SiteService ControlName.PointConfiguration.SiteService.SiteService.Service ControlName.PointConfiguration.SiteService.SiteService.Site ControlName.PointConfiguration.SiteService.Source
AlarmGrid. and CygNetGrid. SiteService SiteService.DisplayString SiteService.DomainSiteService SiteService.DomainSiteService.DomainId SiteService.DomainSiteService.Service SiteService.DomainSiteService.Site SiteService.DomainSiteService.SiteService SiteService.DomainSiteService.SiteService.Service SiteService.DomainSiteService.SiteService.Site SiteService.IsBroadcastSourced SiteService.IsSelfSourced SiteService.SiteService SiteService.Source SiteServiceSender
ObjectContainer.GetCygNetSiteServiceSenders ObjectContainer.GetCygNetSiteServiceSenders.Method ObjectContainer.GetCygNetSiteServiceSenders.Target |
CygNetConfiguration
PointConfiguration
Other |
The SiteService property specifies the SiteService for which the control (or screen) is to display data. Click |
||||||
|
SiteServices |
Search.SiteServices Search.SiteServices.DisplayString Search.SiteServices.DomainSiteService Search.SiteServices.DomainSiteService.DomainId Search.SiteServices.DomainSiteService.Service Search.SiteServices.DomainSiteService.Site Search.SiteServices.DomainSiteServices Search.SiteServices.DomainSiteServices.Capacity Search.SiteServices.DomainSiteServices.Count Search.SiteServices.IsBroadcastSource Search.SiteServices.IsSelfSourced Search.SiteServices.SiteService Search.SiteServices.SiteServices Search.Search.SiteServices.SiteServices.Capacity Search.SiteServices.SiteServices.Count Search.SiteServices.Source |
The SiteServices property specifies the service(s) for which the search box is to display data. Click |
|||||||
|
Size (point on series) |
Chart.SelectedSeries.PointSize |
The Size property specifies the size of the point displayed on the chart series. The default value is 5. The Show points property must be enabled to change the point size. |
|||||||
|
Snap to grid |
Screen.SnapToGrid |
The Snap to grid property indicates whether controls should snap to the grid. The default value is true. |
|||||||
|
Snap to items |
Screen.SnapToItems |
The Snap to items property indicates whether controls should snap to other controls. The default value is true. |
|||||||
|
Sort numerically (all columns types except History) |
The Sort numerically property specifies whether this column can be sorted numerically. In run mode, clicking a column header moves between the three states: sort ascending, sort descending, and unsorted. A small arrow indicates the sort order. Note: Any column with mixed string and numeric data (like the Value column of the Alarm Grid) will be sorted as a string. |
||||||||
|
Source |
Screen.GlobalSettingsSource |
The Source property specifies the source of the global settings file. Select from the following options:
The default value is BSS. |
|||||||
|
Sparkline color |
ControlName.SparklineColor Sparkline.Color |
The Sparkline color (or Color) property specifies the color of the sparkline. Click |
|||||||
|
Start (absolute date in Chart) |
ControlName.DateStart ControlName.DateStart.Date ControlName.DateStart.Day ControlName.DateStart.DayOfWeek ControlName.DateStart.DayOfYear ControlName.DateStart.Hour ControlName.DateStart.Kind ControlName.DateStart.Millisecond ControlName.DateStart.Minute ControlName.DateStart.Month ControlName.DateStart.Second ControlName.DateStart.Ticks ControlName.DateStart.TimeOfDay ControlName.DateStart.Year |
The Begin date (or Start or Start date) property specifies the start date and time for a control (or screen or chart or column) for an absolute date and time view window. The format is MM/DD/YYYY hh:mm:ss AM/PM. The default value is the system date and time at which the control was first added to the screen. Click |
|||||||
|
Start (relative date in Chart) |
ControlName.RelativeStart |
The Begin relative date (or Relative start date or Start) property specifies a wildcard string defining the amount of time by which to adjust the start date and time. The space-separated elements in this string must be of the form: "x-#", "x+#", or "x=#" where # is an integer and x is one of the following unit specifiers: y — Year, m — Month, d — Day, H — Hour, M — Minute, S — Second, and # is an integer. T wildcard is also supported and must be in the form: T, T+#, T-#, where T represent today at midnight, T-1 is yesterday at midnight, and T+1 is tomorrow at midnight, etc. Any integer can be used. For example, H-8 represents data from the 8 hours before the current hour, d+3 represents data 3 days after the current day, and d+2 H+1 M+30 represents data 2 days, 1 hour and 30 minutes after the current date and time. d-4 H=6 sets the relative start date and time to four days ago (d-4) at 6:00 a.m. (H=6). See Date and Time Wildcards for more information about adjusting relative time. |
|||||||
|
Start date |
TreeMap.StartingDate TreeMap.StartingDate TreeMap.StartingDate.Date TreeMap.StartingDate.Day TreeMap.StartingDate.DayOfWeek TreeMap.StartingDate.DayOfYear TreeMap.StartingDate.Hour TreeMap.StartingDate.Kind TreeMap.StartingDate.Millisecond TreeMap.StartingDate.Minute TreeMap.StartingDate.Month TreeMap.StartingDate.Second TreeMap.StartingDate.Ticks TreeMap.StartingDate.TimeOfDay TreeMap.StartingDate.Year |
The Start date property specifies the start date and time to use when rolling up historical data. Data between the Start relative date and the Start date will be rolled up and displayed in the tree map. The format is MM/DD/YYYY hh:mm:ss AM/PM. The default value is the system date and time at which the control was first added to a screen. Click |
|||||||
|
Start relative date |
TreeMap.RelativeStartingDate |
The Start relative date property specifies a wildcard string defining the amount of time by which to adjust the start date and time. The space-separated elements in this string must be of the form: "x-#", "x+#", or "x=#" where # is an integer and x is one of the following unit specifiers: y — Year, m — Month, d — Day, H — Hour, M — Minute, S — Second, and # is an integer. T wildcard is also supported and must be in the form: T, T+#, T-#, where T represent today at midnight, T-1 is yesterday at midnight, and T+1 is tomorrow at midnight, etc. Any integer can be used. For example, H-8 represents data from the 8 hours before the current hour, d+3 represents data 3 days after the current day, and d+2 H+1 M+30 represents data 2 days, 1 hour and 30 minutes after the current date and time. d-4 H=6 sets the relative start date and time to four days ago (d-4) at 6:00 a.m. (H=6). See Date and Time Wildcards for more information about adjusting relative time. |
|||||||
|
Start screen |
|
The Start screen check box indicates that this screen will be displayed in the Navigator when first opened. The option is not available for top-level menu items with sub-menu items. |
|||||||
|
String |
ControlName.String | All |
The String property specifies a generic string property that can be used when scripting this control. Type a string and reference it in your script as necessary. |
||||||
|
N/A |
All |
The Style property defines the style sheet applied to an object on a screen. A style sheet consists of a predetermined list of properties and property values configured for a particular control type.
Styles are created in two ways:
Tip: You can also change a control's Style on the Controls view of the Screen pane. |
|||||||
|
Sub-menu width |
Navigator.SubMenuWidth |
The Sub-menu width property specifies the width of the expanded menu when a parent item is selected. The default value is 150 pixels. The minimum width is 40 pixels. |
|||||||
|
Suppress data retrieval |
ControlName.SuppressDataRetrieval |
The Suppress data retrieval check box indicates whether all CygNet data retrieval is suppressed for this control. Use this if you want to store point information in the control but don't want the control to automatically query services for data. Tokens will not be replaced and point state colors will be ignored. You can configure the control with a valid point configuration but the control will not retrieve any CygNet data. This allows you to display static text for a control, while still allowing CygNet data context available from script. If a control has a point configured, but Suppress data retrieval is enabled, Canvas won’t do much point processing. The one exception is for point validity. If the control is configured to Hide invalid tag, then Canvas will check if the current tag is valid, even if Suppress data retrieval is enabled. This will allow you to configure some static text that will dynamically hide in the case of a templated screen for a facility that doesn’t have that particular point. |
|||||||
| T |
|||||||||
|
Tab name |
See Tabs |
The Tab name property specifies the label for the tab in the tab control. |
|||||||
|
TabControl.Tabs TabControl.Screen TabControl.SelectedTab TabControl.SelectedTab.IsCanvasFile TabControl.SelectedTab.IsStudioFile TabControl.SelectedTab.IsValidFile TabControl.SelectedTab.Label TabControl.SelectedTab.ScreenFileSource TabControl.SelectedTab.ScreenPath |
The Tab Configuration dialog box displays the tabs that will appear at the top of the tab control, and each tab's properties: the tab name and the path to the screen that will show in the optional nested view. Click If the number of tabs exceeds the width of the tab control container, arrows are added at the left and right side to allow you to navigate to the tabs you can't see.
|
||||||||
|
Text |
ControlName.Text |
The Text property specifies the text that will appear on the face of the control, which can be a static label, or dynamic text based on point or facility attributes. Dynamic text is built using tokens, which can represent real-time CVS point properties, point configuration properties, and facility properties. Click Edit Box — The Text property specifies the text that will be displayed in the edit box. |
|||||||
|
Text alignment (common to all columns) |
The Text alignment property specifies the text alignment for the column. The options are Left, Right, Center, and Justify. The default value is Left. |
||||||||
|
Text color |
AlarmGrid.ColorConfiguration.TextColorSource AlarmGrid.ColorConfiguration.TextSelfColor |
The Text color property specifies the color used for the text of the grid cell. The text color is sometimes known as the foreground color. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated alarm.
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Text color |
|
The Text color property specifies the color used for the text of the grid cell. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). For a Generic and Facility column, select the color using the following option:
For a Point column option, select the color using the following options:
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Text color |
ControlName.ColorConfiguration.TextColorSource ControlName.ColorConfiguration.TextSelfColor |
The Text color property specifies the color used for the text of the control. The color can be explicitly configured (using <Self>) or it can be sourced from the point state of the associated point (by selecting Point State). Options include:
Note: You can override the default point state colors for this element by creating a custom color palette. See Configuring Color Palettes and Color palette for a screen or object for more information. |
|||||||
|
Text color |
ComboBox.BackgroundColor |
The Text color property specifies color of the text in the combo box list. Click |
|||||||
|
Text style |
ControlName.TextStyle |
The Text style property specifies the style to use for the text that appears on the control. Options include: Normal, Italic, or Oblique. The default value is Normal. |
|||||||
|
Text trimming |
TextTool.TextTrimming |
Text Tool |
The Text trimming property determines the text trimming behavior to use when content overflows the content area. Options include:
The default value is Character ellipsis. |
||||||
|
Text weight |
ControlName.TextWeight |
The Text weight property specifies the weight to use for the text that appears on the control. Options are: Normal or Bold. The default value is Normal. |
|||||||
|
Text wrapping |
TextTool.TextWrapping |
The Text wrapping property determines whether the text wraps when it reaches the edge of the content area. Options include:
The default value is No wrap. |
|||||||
|
Tile Height |
TileView.TileHeight |
The Tile height property specifies the height of each tiled Detail control. |
|||||||
|
Tile Width |
TileView.TileWidth |
The Tile width property specifies the width of each tiled Detail control. |
|||||||
|
Title |
Screen.Title |
The Title property specifies the title of this screen. |
|||||||
|
Toolbar location |
Chart.ToolBarPosition |
The Toolbar location property specifies the location of the toolbar. Options include Top or Bottom. The default location is above the chart (Top). |
|||||||
|
Toolbar visible |
Chart.ToolBarVisible |
The Toolbar visible check box indicates whether the toolbar is visible on the chart. The default value is hidden. |
|||||||
|
ControlName.TooltipText ControlName.TooltipBetweenShowDelay ControlName.TooltipDuration ControlName.ToolipInitialShowDelay |
The Tooltip property specifies the text that will appear on the control's tooltip, which can be a static label, or dynamic text based on point or facility attributes. Dynamic text is built using tokens, which can represent real-time CVS point properties, point configuration properties, and facility properties. Click |
||||||||
|
Tooltip enabled |
ControlName.TooltipEnabled
ControlName.TooltipBetweenShowDelay ControlName.TooltipDuration ControlName.ToolipInitialShowDelay |
The Tooltip enabled property indicates whether to display a tooltip when the mouse hovers over the control. |
|||||||
|
ControlName.TooltipMode |
The Tooltip mode property specifies how the tool will be displayed. Options include:
The default value is Text. |
||||||||
|
Tooltip object path |
ControlName.TooltipObjectPath ControlName.TooltipObjectSource |
The Tooltip object path property specifies the path used for the tooltip when Object mode is selected. Click |
|||||||
|
Top information text |
ControlName.TopInformationText |
The Top information text property specifies the text that will appear on the top information area on the control, which can be a static label, or dynamic text based on point or facility attributes. Dynamic text is built using tokens, which can represent real-time CVS point properties, point configuration properties, and facility properties. Click |
|||||||
|
Top of subunit (rollup) |
Chart.SelectedSeries.RollupTopUnit ControlName.RollupTopSubUnit |
The Rollup top of subunit property enables you to specify the time offset by which a rollup is evaluated with greater precision. Subunit refers to the next smaller unit of time from the time unit defined in the Rollup unit property. So, if Rollup unit is set to hours, the implied rollup subunit would be set to minutes. The numeric value is the number of subunits added to starting time of each cell or series. Using the example of hours and minutes, if the starting time of an item would otherwise have been 09:00 AM, if subunits is set to 15, the starting time of that item would be 09:15 AM. |
|||||||
|
Type (control) |
ControlName.ControlType |
The read-only Type property displays the type for the control: Chart, Grid, Heat Map, Object Container, Tag Chooser, View, etc. … The control's Type is also displayed on the Controls view of the Screen pane. |
|||||||
|
Type (common to all columns) |
The Type property is a read-only text box that shows the column Type: Generic, Facility, Point, or History. |
||||||||
|
Type (rollup) |
Chart.SelectedSeries.RollupType |
By default, a rollup derives its values from raw data stored in the Value History Service (VHS). The Rollup type drop-down menu enables you to rollup data for the selected point. Using the Rollup type option might be preferable to using the data thinning option because rollup calculations performed by the VHS can provide improved performance and reduced network traffic relative to data thinning. Rollup type options are as follows:
CygNet Help: For Rollup Type definitions and information about how history values are used in rollups, see the History Rollups topic in the CygNet Help:
|
|||||||
| U |
|||||||||
|
UDC
UDC (History, Point column, Chart series) |
ControlName.PointConfiguration.UDC ControlName.UDC Chart.SelectedSeries.UDC |
PointConfiguration
Other |
The UDC property specifies the UDC for which the control is to display data. Click |
||||||
|
Screen.UniqueName |
The Unique name property specifies a unique name for the screen which is used when creating an assembly for the screen's script. When a screen is saved, any script assemblies are compiled into a uniquely named .dll file and added to the .can file, so the script does not have to be recompiled every time the screen is run. When a screen is loaded in Canvas preview or Canvas View, the precompiled .dll is extracted to a temp directory and the script assembly is loaded from disk resulting in faster load times by removing the need to recompile script. This property specifies that unique name. Under most circumstances, this will not need to be changed and can be ignored. |
||||||||
|
Units (rollup) |
Chart.SelectedSeries.RollupUnit |
The Rollup unit property options define the time units by which a specified Rollup type takes place. The Rollup Unit options are as follows:
For instance, if you select Minutes, rollups occur on a minute basis. The interval is further defined by the Rollup Period setting, which defines how many (in this case) minutes long a rollup period is. |
|||||||
|
Update rate |
ControlName.AutoUpdateRate |
The Update rate property specifies the number of milliseconds to wait before an auto-updated trend refreshes. The default rate is 200 milliseconds. |
|||||||
|
Upper value bound |
ControlName.ValueBoundsConfiguration.UpperValueBound |
|
The Upper value bound property specifies the upper value to use when filling the control. The value bound can be explicitly configured (by selecting <Self>) or the value can be sourced from an application-specific attribute of the associated point (by selecting Point Attribute). Point application attributes are configured on the Application page of the CygNet PNT Editor. The following fields are available to store an attribute that can be used to indicate the value bound.
Options include:
|
||||||
|
ValueIndicator.ColorConfiguration.UseRangeColor |
The Use point state color? check box indicates whether to use the point state color for the alarm limit range. The default point state colors for a CygNet system are defined by the system’s point scheme. |
||||||||
|
Use relative date |
ControlName.UseRelativeTime |
The Use relative date check box indicates whether to use relative dates and time for the chart. Use the Begin/Start and End properties to specify the relative date ranges to use in the chart. If Use relative date is unchecked all dates and time will be absolute. Use the Begin/Start and End properties to specify the absolute date ranges to use in the chart. |
|||||||
|
Use relative dates (History column) |
|
The Use relative date check box indicates whether to use relative dates and time for the chart. Use the Begin/Start and End properties to specify the relative date ranges to use in the chart. If Use relative date is unchecked all dates and time will be absolute. Use the Begin/Start and End properties to specify the absolute date ranges to use in the chart. |
|||||||
| V |
|||||||||
|
Value |
See Items |
The Value property specifies the value for the item in the combo box drop-down menu. |
|||||||
|
Value bounds |
ControlName.ValueBoundsConfiguration ControlName.ValueBoundsConfiguration.LowerBoundPropertyId ControlName.ValueBoundsConfiguration.LowerValueBound ControlName.ValueBoundsConfiguration.LowerValueBoundSet ControlName.ValueBoundsConfiguration.LowerValueBoundSource ControlName.ValueBoundsConfiguration.UpperBoundPropertyId ControlName.ValueBoundsConfiguration.UpperValueBound ControlName.ValueBoundsConfiguration.UpperValueBoundSet ControlName.ValueBoundsConfiguration.UpperValueBoundSource |
The Value bounds configuration box contains all the options required to specify the lower and upper bound of the control. The source of the bounds can be either hard-coded to an explicit value (<Self>), or dynamically determined for each facility by sourcing the value from an application-specific attribute of the associated point (Point Attribute and then selecting an Indexed field or a General data field). A control on a templated screen supports different bounds for each source facility. By using a point attribute to store the bounds (for example, Indexed 1 for the lower value bound and Indexed 2 for the upper value bound), you can have a templated screen without having to script the control. Click CygNet Help: For more information about configuring point application properties, see the Points section in the CygNet Help:
See each control for more information about configuring value bounds. |
|||||||
|
Value format |
ControlName.ValueFormat |
The Value format property specifies the format for the point's value using any of the valid .NET standard or custom numeric format strings. The value format applies to a point's Value, Primary Value, and Alternate Value properties. The default value format is #,##0.00, which corresponds to 123,456,789.12. Formats use # and 0, with a period (.) as the decimal separator and comma (,) as the thousands separator. Add additional zeros to show more decimal places. |
|||||||
|
Value type |
TreeMap.ValueType |
The Value type property specifies the type of data to use when populating the tree map. Options include Real-time or Historical. The default value is Real-time. Note: The Value type must be Historical to configure rollups for the tree map. |
|||||||
|
Vertical alignment |
TextTool.VerticalAlignment |
The Vertical alignment property specifies the vertical position of the text within the boundary of the control. Click |
|||||||
|
Vertical resize mode |
ControlName.VerticalResizeMode |
All |
The Vertical resize mode property specifies whether and how the control dynamically moves or resizes vertically when the screen is resized in run mode. Options include:
The default value is None. |
||||||
|
Visible |
ControlName.IsVisible |
All |
The Visible check box indicates whether the control is visible in run mode. Tip: You can also change a control's Visible setting on the Controls view of the Screen pane. |
||||||
|
Visible (common to all columns) |
The Visible check box indicates whether to display the column in run mode. |
||||||||
| W |
|||||||||
|
Watermark |
ComboBox.Watermark |
The Watermark property can be used to specify explanatory text that appears in the combo box when no option has been selected. This allows you to give guidance to your screen users on what should be selected. The watermark text appears in light grey and in italic. |
|||||||
|
Watermark |
EditBox.WatermarkText |
The Watermark property can be used to specify explanatory text that appears in the edit box when no other text has been configured. This allows you to give guidance to your screen users on what should be entered in the text input field. The watermark content is displayed when the control is empty and not focused. The text appears in light grey and in italic. |
|||||||
|
Width |
ControlName.Width |
All |
The Width property specifies the width of the control (or screen). Tip: You can also change the width of a control using the Settings pane (click on the |
||||||
|
Width (common to all columns) |
The Width property specifies the width of the column in pixels. Set the value to 0 to auto size the width. |
||||||||
| X |
|||||||||
|
X |
ControlName.X |
All |
The X property specifies the location of the control along the horizontal axis. Use the up, down, left, and right arrow keys to nudge a control by 1 pixel. Arrow moves a control by 1 pixel. Ctrl+Arrow moves a control by 10 pixels. Ctrl+Shift+Arrow moves a control by 100 pixels. Tip: You can also change the location of the control using the Settings pane; click on the |
||||||
|
X-axis label color |
Chart.XAxisLabelColor |
The X-axis label color property specifies the color of the x-axis label text. Click |
|||||||
|
X-axis label position |
Chart.XAxisLabelPosition |
The X-axis label position property specifies the location of the label text on the x-axis. Options include: Top or Bottom. The default value is Bottom. |
|||||||
|
X-axis tick color |
Chart.XAxisTickColor |
The X-axis tick color property specifies the color of the tick lines for the x-axis. Click |
|||||||
|
X-axis title |
Chart.XAxisTitleText |
The X-axis title property specifies the text for the x-axis title. The x-axis typically shows the time frame being displayed on the chart. The default value is Time. |
|||||||
| Y |
|||||||||
|
Y |
ControlName.Y |
All |
The Y property specifies the location of the control along the vertical axis. Use the up, down, left, and right arrow keys to nudge a control by 1 pixel. Arrow moves a control by 1 pixel. Ctrl+Arrow moves a control by 10 pixels. Ctrl+Shift+Arrow moves a control by 100 pixels. Tip: You can also change the location of the control using the Settings pane; click on the |
||||||
|
Y-axis label color |
Chart.YAxisLabelColor |
The Y-axis label color property specifies the color of the y-axis label text. Click |
|||||||
|
Y-axis label position |
Chart.YAxisLabelPosition |
The Y-axis label position property specifies the location of the label text on the y-axis. Options include: Left or Right. The default value is Left. |
|||||||
|
Y-axis tick color |
Chart.YAxisTickColor |
The Y-axis tick color property specifies the color of the tick lines for the y-axis. Click |
|||||||
|
Y-axis title |
Chart.YAxisTitleText |
The Y-axis title property specifies the text for the y-axis title. The y-axis typically displays increments of data according to the data's relevant unit type. The unit type derives from the associated data type's point record in the Point Service (PNT). The default value is Values. |
|||||||
| Yes/No | ControlName.YesNo | All |
The Yes/No property specifies a generic Boolean yes/no property that can be used when scripting this control. Click the check box to enable the property and reference it in your script as necessary. |
||||||
| Z |
|||||||||
|
Z index |
ControlName.ZIndex |
All |
The Z index property is used to determine the order in which controls are layered on top of each other. Controls with higher values will draw on top of those with lower values. The newest control added to a screen will always have the highest value and will be the top layer. Two or more controls can be on the same index (layer). Tip: You can also change the Z index of a control using the Settings pane (click on the |
||||||
|
Zoom mode |
Chart.ZoomMode |
The Zoom mode property allows users to zoom in the chart plot area when there is a dense area of data points that cannot be seen clearly at the normal chart scale. With Zoom enabled you start dragging on the plot area, a zoom rectangle will be created and when the mouse is released the visible area will fit into the rectangle. Options include:
The default value is None. |
|||||||