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

ISparklineViewVisitor.Visit(WinLossSparklineView) Method

Performs the operation as required by the Visitor and the View, as defined in the Visitor pattern.

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v19.1.Core.dll

Declaration

void Visit(
    WinLossSparklineView view
)

Parameters

Name Type Description
view WinLossSparklineView

An WinLossSparklineView object for which the operation is performed.

Remarks

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also