MindFusion.Charting for Java Programmer's Guide
RenderContext.getTag Method
See Also
 






  Gauges

Gets a tag value assigned to their RenderContext.

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

 Syntax

Java  Copy Code

public Object getTag ()

 Return Value

An Object.

 Remarks

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

 See Also