Click or drag to resize
AbstractChartNodeGetStringAttribute Method
Convenience routine to get a String-valued attribute.

Namespace: Imsl.Chart2D
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual string GetStringAttribute(
	string name
)

Parameters

name
Type: SystemString
A String which contains the name of the attribute to be assessed.

Return Value

Type: String
The String value of the attribute.
Remarks
The attribute value is returned if it is defined and its value is of type String.
See Also