Search
LegendRenderer.effectiveBorderPen Method
See Also
 






Gets the Pen that is used to draw the legend borders.

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

 Syntax

Java  Copy Code

public Pen effectiveBorderPen (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Return Value

A Pen instance.

 See Also