MindFusion.Charting for Java Programmer's Guide
LegendRenderer.effectiveBorderStroke Method
See Also
 






  Gauges

Gets the Brush that is used to stroke the legend borders when the user hovers over the legend.

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

 Syntax

Java  Copy Code

public Brush effectiveBorderStroke (
    RenderContext context
)

 Parameters

context

A RenderContext instance.

 Return Value

A Brush instance.

 See Also