Returns a SeriesStyle object that meets the specified criteria.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public SeriesStyle searchStyle ( |
A StyleCheck delegate that tests SeriesStyle for some criteria.
A RenderContext instance used to access styles and themes from the dashboard hierarchy.
The SeriesStyle instance that meets the specified criteria; null if none was found.
See Also