Search
SeriesRenderer.searchStyle Method
See Also
 






Returns a SeriesStyle object that meets specified criteria.

Namespace: MindFusion.Charting
File: SeriesRenderer.js

 Syntax

JavaScript  Copy Code

function searchStyle (check, context)

 Parameters

check

A StyleCheck delegate that tests SeriesStyle for some criteria.

context

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

 See Also