Click or drag to resize

HistogramOptionsCommand Class

Sets measurement histogram options.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandProperties
        MediaCy.Viewers.NDBaseViewNDOptionsCommandProperties
          MediaCy.Viewers.NDHistogramOptionsCommand

Namespace:  MediaCy.Viewers.ND
Assembly:  MediaCy.Viewers.ND (in MediaCy.Viewers.ND.dll) Version: 3.1.0.0
Syntax
VB
Public Class HistogramOptionsCommand
	Inherits BaseViewNDOptionsCommand(Of Properties)

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 propertyFilterRangePercent
Percent of Inflate value to the selected data range when it's used in Set Selection operation of the measurement filter pane of the histogram.
Public propertyHistogramBins
Number of bins.
Public propertyHistogramColoring
When the value is True, the class colors are used displaying feature values. When False, all features are displayed with the same color.
Public propertyHistogramLogX
Log scale for X axis.
Public propertyHistogramLogY
Log scale for Y axis.
Public propertyHistogramRangeAuto
Auto range. When it's True, the histogram range is calculated based on the data values, if False the range is defined by HistogramRangeStart and HistogramRangeEnd.
Public propertyHistogramRangeEnd
Range end (used when HistogramRangeAuto is false)
Public propertyHistogramRangeStart
Range start (used when HistogramRangeAuto is false)
Public propertyMeasurement
Active measurement.
Public propertySelectionColor
Color of the selection.
Public propertyShowFiltersPane
Visibility of filter pane.
Top
Methods
  NameDescription
Public methodApplyProperties (Overrides BaseObjectCommand.ApplyProperties(Object).)
Public methodStatic memberFromObject
Create command and read current values.
Public methodSaveParameterAsCode (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
Remarks