Skip to main content
A newer version of this page is available. .

ISparklineViewVisitor Members

Interface implementing the Visitor pattern.

Methods

Name Description
Visit(AreaSparklineView) Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
Visit(BarSparklineView) Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
Visit(LineSparklineView) Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
Visit(WinLossSparklineView) Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.
See Also