Sets an attribute.

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

Syntax

C#
public virtual void SetAttribute(
	string name,
	Object value
)
Visual Basic (Declaration)
Public Overridable Sub SetAttribute ( _
	name As String, _
	value As Object _
)
Visual C++
public:
virtual void SetAttribute(
	String^ name, 
	Object^ value
)

Parameters

name
Type: System..::.String
A String which contains the name of the attribute to be set.
value
Type: System..::.Object
An Object which contains the attribute value.

See Also