AbstractChartNodeSetAttribute Method |
Sets an attribute.
Namespace: Imsl.Chart2DAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual void SetAttribute(
string name,
Object value
)
Public Overridable Sub SetAttribute (
name As String,
value As Object
)
public:
virtual void SetAttribute(
String^ name,
Object^ value
)
abstract SetAttribute :
name : string *
value : Object -> unit
override SetAttribute :
name : string *
value : Object -> unit
Parameters
- name
- Type: SystemString
A String which contains the name of the attribute to be set.
- value
- Type: SystemObject
An Object which contains the attribute value.
See Also