Defines the signature of filter methods used to find SeriesStyle objects that meet specified criteria.
Namespace: MindFusion.Charting
Package: MindFusion.Charting
C# Copy Code |
---|
public delegate bool SeriesRenderer.StyleCheck ( |
Visual Basic Copy Code |
---|
Public Delegate Function SeriesRenderer.StyleCheck( _ |
A SeriesStyle to check.
true if the style meets specified criteria, or false otherwise.