Click or drag to resize

Legend Class

The Legend object for the graph.
Inheritance Hierarchy
SystemObject
  ViComponent
    ABB.Robotics.Tps.Windows.FormsLegend

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public class Legend : ViComponent

The Legend type exposes the following members.

Constructors
  NameDescription
Public methodLegend
Initializes a new instance of the Legend class.
Top
Properties
  NameDescription
Public propertyFont
The legend’s font.
Public propertyForeColor
The legend text color.
Public propertyLegendSymbol
The symbol that will be drawn for each data series.
Public propertyLocation
The placement of the graph legend. The choices are Left, Right and Bottom.
Public propertyVisible
Determines whether the legend is visible or hidden
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Overriden.
(Overrides ObjectToString.)
Top
See Also