AbstractChartNodeGetColorAttribute Method |
Convenience routine to get a Color-valued attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual Color GetColorAttribute(
string name
)
Public Overridable Function GetColorAttribute (
name As String
) As Color
public:
virtual Color GetColorAttribute(
String^ name
)
abstract GetColorAttribute :
name : string -> Color
override GetColorAttribute :
name : string -> Color
Parameters
- name
- Type: SystemString
A String which contains the name of the attribute to be
assessed.
Return Value
Type:
Color
A
Color containing the attribute value.
Remarks
The value of an attribute is returned if it is defined and its value
is of type Color. Otherwise the Color.Black is
returned.
See Also