Skip to main content

WinLossSparklineView.Visit(ISparklineViewVisitor) Method

Invokes the Visit method of the specified visitor for the current WinLossSparklineView object.

Namespace: DevExpress.Sparkline

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

NuGet Package: DevExpress.Sparkline.Core

Declaration

public override void Visit(
    ISparklineViewVisitor visitor
)

Parameters

Name Type Description
visitor ISparklineViewVisitor

An object implementing the ISparklineViewVisitor interface.

Remarks

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

See Also