Specifies the name of this node.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public virtual string Name { get; set; }
Visual Basic (Declaration)
Public Overridable Property Name As String
Visual C++
public:
virtual property String^ Name {
	String^ get ();
	void set (String^ value);
}

Field Value

A String that contains the "Name" attribute value.

See Also