HistogramOptionsCommand Class |
![]() |
Namespace: MediaCy.Viewers.ND
Public Class HistogramOptionsCommand Inherits BaseViewNDOptionsCommand(Of Properties)
The HistogramOptionsCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | HistogramOptionsCommand | Initializes a new instance of the HistogramOptionsCommand class |
![]() | HistogramOptionsCommand(McCommand) | Initializes a new instance of the HistogramOptionsCommand class |
![]() | HistogramOptionsCommand(McCommand, Object) | Initializes a new instance of the HistogramOptionsCommand class |
Name | Description | |
---|---|---|
![]() | FilterRangePercent |
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.
|
![]() | HistogramBins |
Number of bins.
|
![]() | HistogramColoring |
When the value is True, the class colors are used displaying feature values. When False, all features are displayed with the same color.
|
![]() | HistogramLogX |
Log scale for X axis.
|
![]() | HistogramLogY |
Log scale for Y axis.
|
![]() | HistogramRangeAuto |
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.
|
![]() | HistogramRangeEnd |
Range end (used when HistogramRangeAuto is false)
|
![]() | HistogramRangeStart |
Range start (used when HistogramRangeAuto is false)
|
![]() | Measurement |
Active measurement.
|
![]() | SelectionColor |
Color of the selection.
|
![]() | ShowFiltersPane |
Visibility of filter pane.
|
Name | Description | |
---|---|---|
![]() | ApplyProperties | (Overrides BaseObjectCommand.ApplyProperties(Object).) |
![]() ![]() | FromObject |
Create command and read current values.
|
![]() | SaveParameterAsCode | (Overrides BaseObjectCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).) |