Gets a name, key of the series value collection.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
public Object Key { get; }
Visual Basic (Declaration)
Public ReadOnly Property Key As Object
Visual C++
public:
property Object^ Key {
	Object^ get ();
}

See Also