Click or drag to resize

Legend Class

Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandObject
          MediaCy.Commands.Overlays.LegendsLegend
            MediaCy.Commands.Overlays.LegendsPseudoColorLegend

Namespace:  MediaCy.Commands.Overlays.Legends
Assembly:  MediaCy.Commands.Overlays (in MediaCy.Commands.Overlays.dll) Version: 3.1.0.0
Syntax
VB
Public Class Legend
	Inherits OneInputCommand(Of Object)

The Legend type exposes the following members.

Constructors
  NameDescription
Public methodLegend
Initializes a new instance of the Legend class
Public methodLegend(McCommand)
Initializes a new instance of the Legend class
Top
Properties
  NameDescription
Public propertyFont
Font of the text.
Public propertyItems
The list of all the items contained in the legend.
Public propertyLocation
Legend position when position is set to LegendPosition.UseLocation
Public propertyPosition
Positions the legend in one of the four corners.
Top
Methods
  NameDescription
Public methodSaveParameterAsCode (Overrides McCommand.SaveParameterAsCode(TextWriter, String, PropertyDescriptor, RecordingFlags).)
Top
See Also