Click or drag to resize

ControlKind Enumeration

Kind of control.

Namespace: AxiomCore2.Controls
Assembly: Canary.Axiom.Session (in Canary.Axiom.Session.exe) Version: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
Syntax
C#
public enum ControlKind
Members
Member nameValueDescription
Application0 Application Control is a top level control that houses screens, charts and other controls in a hierarchy.
AssetLabel1 Asset Label
AssetTemplate2 Asset Template
AssetTemplatePanel3 Asset Template Panel
BarChart4 Bar Graph
Button5 Button
CircularGauge6 Circular Gauge
DataEntry7 Manual Data Entry Tool
DataTable8 Data Table
DateTimePicker9 Date Time Picker
DonutGauge10 Donut Gauge
Dummy11 Empty Slot Placeholder
EventsTable12 Events Table
Grid13 Grid
GridRow14 Row in a Grid
IFrame15 IFrame
Image16 Image
Label17 Label
Line18 Line
LinearGauge19 Linear Gauge
ListBox20 List Box
Panel21 Panel for housing other controls.
Paragraph22 Paragraph for displaying larger amounts of text.
Screen23 Screen control that is used in an application and houses other controls.
SparkChart24 Spark Chart
Symbol25 Symbol
TextBox26 Text Box
Trend27 Trend control that is housed inside of a Trend Graph an is used to analyze data.
TrendAsset28 Trend Asset
TrendCalculation29 Trend control for a calculation tag.
TrendEvent30 Trend control for event analysis.
TrendGraph31 Trend Graph control that houses trends.
ValueBox32 Value Box simply displays a value from a tag.
ScatterPlot33 Graph that display data in a scatter plot.
See Also