Click or drag to resize

PieChartOptionsCommand Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandPieChartOptionsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandPieChartOptionsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandPieChartOptionsCommandProperties
            MediaCy.Addins.MeasurementsPieChartOptionsCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class PieChartOptionsCommand
	Inherits MeasurementsOptionsCommand(Of PieChartOptionsCommandProperties)

The PieChartOptionsCommand type exposes the following members.

Constructors
  NameDescription
Public methodPieChartOptionsCommand
Initializes a new instance of the PieChartOptionsCommand class
Public methodPieChartOptionsCommand(McCommand)
Initializes a new instance of the PieChartOptionsCommand class
Public methodPieChartOptionsCommand(McCommand, Object)
Initializes a new instance of the PieChartOptionsCommand 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.
Public propertyShowLabels
Show chart labels.
Public propertyShowLegend
Show chart legend.
Public propertyStatsField
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
See Also