Apama Documentation : Building and Using Dashboards : Dashboard Property Reference for Graphs, Tables and Trends : Graph Objects : Radar graph : Radar graph: Data group
Radar graph: Data group
Properties in this group control what data appears in the graph, as well as whether the data appears in column series or row series form.
The group contains the following properties:
*rowSeriesFlag
*valueDivisor
*valueDivisor
*valueMin
*valueTable
rowSeriesFlag
The rowSeriesFlag property controls how data populates the graph:
*If the rowSeriesFlag is enabled, the graph displays one radial grid line for each numeric column of your data attachment (see valueTable), and one trace for each row of your data attachment. A given trace intersects a given radial grid line at a distance (from the graph's center) that is proportional to the value of the grid line's corresponding column for the trace's corresponding row. A marker is displayed at the point of intersection.
If the attachment has a label column (see labelColumnName) and rowLabelVisFlag is selected, values from that column are used as legend labels. If radialAxisLabelVisFlag is enabled, the numerical column names appear as labels along the radial axis.
*If the rowSeriesFlag is disabled, the graph displays one radial grid line for each row of your data attachment (see valueTable), and one trace for each numeric column of your data attachment. A given trace intersects a given radial grid line at a distance (from the graph's center) that is proportional to the value of the trace's corresponding column for the grid line's corresponding row. A marker is displayed at the point of intersection.
If the attachment has a label column (see labelColumnName) and both rowLabelVisFlag and radialAxisLabelVisFlag are enabled, values from that column appear as labels along the radial axis. Numerical column names are used as legend labels.
This property is in the Data property group.
valueDivisor
Specifies a value by which to divide data table values in order to arrive at the plotted value for this chart.
The default value is 1. If this property is set to 0, the dashboard uses 1 as the divisor.
This property is in the Data property group.
valueMax
The valueMin and valueMax properties control the range of the value axis if valueAxisAutoScaleMode is set to Off. In this case, the chart origin (the bottom of the value axis) is labeled with valueMin. The intersection of the value axis and the radial axis (the top of the value axis) is labeled with valueMax.
In addition, if valueAxisAutoScaleMode is set to On - Include Min/Max, the dashboard calculates the smallest x-axis range that includes both valueMin and valueMax as well as all plotted points.
This property is in the Data property group.
valueMin
The valueMin and valueMax properties control the range of the value axis if valueAxisAutoScaleMode is set to Off. In this case, the chart origin (the bottom of the value axis) is labeled with valueMin. The intersection of the value axis and the radial axis (the top of the value axis) is labeled with valueMax.
In addition, if valueAxisAutoScaleMode is set to On - Include Min/Max, the dashboard calculates the smallest x-axis range that includes both valueMin and valueMax as well as all plotted points.
This property is in the Data property group.
valueTable
Attach your data to the valueTable property. Right-click on the property name in the Object Properties panel, and select a menu item under Attach to Data.
The attached data table should have one or more numerical columns. Typically, the data attachment also has one non-numerical column, the label column (see labelColumnName) whose values uniquely identify each row (that is, no two rows of the table have the same value for the label column).
The rowSeriesFlag property controls how data populates the graph:
*If the rowSeriesFlag is enabled, the graph displays one radial grid line for each numeric column of your data attachment, and one trace for each row of your data attachment. A given trace intersects a given radial grid line at a distance (from the graph's center) that is proportional to the value of the grid line's corresponding column for the trace's corresponding row. A marker is displayed at the point of intersection.
If the attachment has a label column and rowLabelVisFlag is selected, values from that column are used in the legend in order to identify each trace. If radialAxisLabelVisFlag is enabled, the numerical column names appear as labels along the radial axis.
*If the rowSeriesFlag is disabled, the graph displays one radial grid line for each row of your data attachment, and one trace for each numeric column of your data attachment. A given trace intersects a given radial grid line at a distance (from the graph's center) that is proportional to the value of the trace's corresponding column for the grid line's corresponding row. A marker is displayed at the point of intersection.
If the attachment has a label column and both rowLabelVisFlag and radialAxisVisFlag are enabled, values from that column appear as labels along the radial axis. Numerical column names are used in the legend in order to identify each trace.
This property is in the Data property group.
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback