Skip to main content

ISparklineViewVisitor Methods

Interface implementing the Visitor pattern.
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