Search
RenderContext.setTag Method
See Also
 






Sets an Object as a tag for this RenderContext.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setTag (
    Object value
)

 Parameters

value

An Object.

 Remarks

Use the property to specify any information that is relative to this RenderContext and you want to use.

 See Also