Search
SeriesRenderer.searchStyle Method
See Also
 






Returns a SeriesStyle object that meets the specified criteria.

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

 Syntax

Java  Copy Code

public SeriesStyle searchStyle (
    StyleCheck check,
    RenderContext context
)

 Parameters

check

A StyleCheck delegate that tests SeriesStyle for some criteria.

context

A RenderContext instance used to access styles and themes from the dashboard hierarchy.

 Return Value

The SeriesStyle instance that meets the specified criteria; null if none was found.

 See Also