Click or drag to resize

GraphBaseOptionsCommand Properties

The GraphBaseOptionsCommand type exposes the following members.

Properties
  NameDescription
Public propertyAccumulated
Accumulated histogram
Public propertyAxisX
Measurement name for X axis.
Public propertyAxisY
Measurement name for Y axis.
Public propertyAxisZ
Measurement name for Z axis.
Public propertyBarGraphType
Bar graph type, Bar or Line
Public propertyBins
Number of bins in histogram
Public propertyCollectionIndex
Colleciton index when ShowAll is off. Last collection: -1.
Public propertyDotSize
Size of the item dot on charts.
Public propertyGraphType
Type of graph window
Public propertyGroups
Names of the columns, which are used for grouping of data when PerCollection is on. The list is semicolon-separated. When the list is empty, the grouping is done per collection.
Public propertyPerCollection
Show data per collection. Every collection in different graph. When the option is off, all collections are shown in one graph.
Public propertyPerItem
Per every item in collection in different graph. When the option is off, all items are shown in one graph.
Public propertyShowAll
Show all collections (when false only last collection is shown)
Public propertyShowLabels
Show chart labels.
Public propertyShowLegend
Show chart legend.
Top
See Also