Legend information associated with this ChartNode.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Legend Legend { get; }
Public Overridable ReadOnly Property Legend As Legend
Get
public:
virtual property Legend^ Legend {
Legend^ get ();
}
abstract Legend : Legend with get
override Legend : Legend with get
Property Value
Type:
Legend
A
Legend containing legend information associated with this
ChartNode.
See Also