0
Scatter Plot Control (version 23)
Knowledge Base / Version 23 / Client Tools / Axiom / Applications
Properties
- Name - a unique name used to reference the control in script *
- AggregateInterval - the amount of time within each interval over which the data is processed using an 'AggregateKind' (e.g. 15 minutes, 15m, 00:15:00)
- DataPairs - opens the 'DATA PAIRS' menu to add/edit the tags on the plot and select an aggregate kind
- TimeDuration - the total amount of time to be used for the plot (e.g. 1 hour, 1h, 1:00:00)
- TimeStart - the point in time in which the 'TimeDuration' starts. Times can be relative or actual (e.g. day, day - 6h, 9:00 PM). The default value is "Now - TimeDuration" if left blank.
- Height - the height of the control in pixels
- IsVisible - a checkbox to show or hide the control
- ScaleXMax - the maximum value of the x-axis
- ScaleXMin - the minimum value of the x-axis
- ScaleYMax - the maximum value of the y-axis
- ScaleYMin - the minimum value of the y-axis
- Width - the width of the control in pixels
- X - the horizontal coordinate of the top-left corner in relation to its parent container
- Y - the vertical coordinate of the top-left corner in relation to its parent container
- OnClick - used to trigger a script that runs when the bar chart is clicked *
* These properties are only available to admin users.
Data Pairs Menu
- Adds a new data pair
- Deletes the selected data pair
- Edits the data pair name
- Opens the 'ADD TAGS' menu to link the x-axis to a source tag
- Opens the 'ADD TAGS' menu to link the y-axis to a source tag
- Opens the 'AGGREGATE PICKER' menu to select an aggregate kind