Search
Renderer2D.EnumVisiblePoints Method (RenderContext, Boolean, Renderer2D.ProcessPoint)
See Also
 






Enumerates the data values of rendered series mapped to plot 2D coordinates.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected void EnumVisiblePoints (
    RenderContext context,
    bool frontToBack,
    Renderer2D.ProcessPoint process
)

Visual Basic  Copy Code

Protected Sub EnumVisiblePoints( _
    context As RenderContext, _
    frontToBack As Boolean, _
    process As Renderer2D.ProcessPoint _
)

 Parameters

context

A RenderContext instance.

frontToBack

true if the series list should be enumerated from front to back, or false otherwise.

process

A ProcessPoint callback.

 See Also