MindFusion.Java Package Programmer's Guide
SeriesRenderer.searchStyle Method
See Also
 






Returns a SeriesStyle object that meets the specified criteria.

Namespace: com.mindfusion.charting
Package: 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

SeriesRenderer Members
SeriesRenderer Class
com.mindfusion.charting Namespace