Search
Plot.effectiveBorderStroke Method
See Also
 






Gets the Brush used to stroke the Plot's borders when the users hovers over them with the mouse.

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