Click or drag to resize

HistogramOptionsCommand Class

Sets tracking histogram options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandHistogramOptionsCommandProperties
        MediaCy.Addins.TrackingBaseTrOptionsCommandHistogramOptionsCommandProperties
          MediaCy.Addins.TrackingHistogramOptionsCommand

Namespace:  MediaCy.Addins.Tracking
Assembly:  MediaCy.Addins.Tracking (in MediaCy.Addins.Tracking.dll) Version: 3.1.0.0
Syntax
VB
Public Class HistogramOptionsCommand
	Inherits BaseTrOptionsCommand(Of HistogramOptionsCommandProperties)

The HistogramOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodHistogramOptionsCommand
Initializes a new instance of the HistogramOptionsCommand class
Public methodHistogramOptionsCommand(McCommand)
Initializes a new instance of the HistogramOptionsCommand class
Public methodHistogramOptionsCommand(McCommand, Object)
Initializes a new instance of the HistogramOptionsCommand class
Top
Properties
  NameDescription
Public propertyHistogramBins
Number of histogram bins
Public propertyHistogramColoring
Use class colors on histogram
Public propertyHistogramLogX
Log scale for X axis
Public propertyHistogramLogY
Log scale for Y axis
Public propertyHistogramRangeAuto
Auto histogram range. When True the range is calculated from data.
Public propertyHistogramRangeEnd
Range end (used when HistogramRangeAuto is False)
Public propertyHistogramRangeStart
Range start (used when HistogramRangeAuto is False)
Public propertyMeasurement
Measurement name
Public propertySelectionColor
Color of selected items
Public propertyStatsField
Statistical field of measurement
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodStatic memberFromObject
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks