Skip to main content

ISparklineViewVisitor.Visit(AreaSparklineView) Method

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

Namespace: DevExpress.Sparkline

Assembly: DevExpress.Sparkline.v23.2.Core.dll

NuGet Package: DevExpress.Sparkline.Core

Declaration

void Visit(
    AreaSparklineView view
)

Parameters

Name Type Description
view AreaSparklineView

An AreaSparklineView 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