Click or drag to resize

GraphBaseOptionsCommand Class

Base graph window options command.
Inheritance Hierarchy

Namespace:  MediaCy.Addins.DataCollector
Assembly:  MediaCy.Addins.DataCollector (in MediaCy.Addins.DataCollector.dll) Version: 1.0.0.0
Syntax
VB
Public Class GraphBaseOptionsCommand
	Inherits DataCollectorCommand

The GraphBaseOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodGraphBaseOptionsCommand
Initializes a new instance of the GraphBaseOptionsCommand class
Public methodGraphBaseOptionsCommand(McCommand)
Initializes a new instance of the GraphBaseOptionsCommand class
Top
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
Methods
Remarks