AbstractChartNodeName Property |
Specifies the name of this node.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual string Name { get; set; }
Public Overridable Property Name As String
Get
Set
public:
virtual property String^ Name {
String^ get ();
void set (String^ value);
}
abstract Name : string with get, set
override Name : string with get, set
Property Value
Type:
String
A
String that contains the "Name" attribute value.
See Also