Click or drag to resize

GraphBaseExportCommand Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      BaseObjectCommandMeasurementsCommandProperties
        MediaCy.Addins.MeasurementsBaseOptionsCommandMeasurementsCommandProperties
          MediaCy.Addins.MeasurementsMeasurementsOptionsCommandMeasurementsCommandProperties
            MediaCy.Addins.MeasurementsMeasurementsCommand
              MediaCy.Addins.MeasurementsGraphBaseExportCommand
                MediaCy.Addins.MeasurementsGraphBaseToClipboardCommand
                MediaCy.Addins.MeasurementsGraphBaseToExcelCommand
                MediaCy.Addins.MeasurementsGraphBaseToFileCommand
                MediaCy.Addins.MeasurementsGraphBaseToPowerPointCommand
                MediaCy.Addins.MeasurementsGraphBaseToWordCommand

Namespace:  MediaCy.Addins.Measurements
Assembly:  MediaCy.Addins.Measurements (in MediaCy.Addins.Measurements.dll) Version: 3.1.0.0
Syntax
VB
Public Class GraphBaseExportCommand
	Inherits MeasurementsCommand

The GraphBaseExportCommand type exposes the following members.

Constructors
  NameDescription
Public methodGraphBaseExportCommand
Initializes a new instance of the GraphBaseExportCommand class
Public methodGraphBaseExportCommand(McCommand)
Initializes a new instance of the GraphBaseExportCommand class
Top
Properties
  NameDescription
Public propertyBitmapSize
Public propertyChartTitle
Public propertyGraphGroup
Public propertyGraphType
Type of graph
Top
Methods
  NameDescription
Public methodGetGraphBase
Get chart control. Tracking can overwrite this function to use own histogram and graph.
Public methodInit
Top
See Also