Skip to main content

ISparklineViewVisitor Interface

Interface implementing the Visitor pattern.

Namespace: DevExpress.Sparkline

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

NuGet Package: DevExpress.Sparkline.Core

Declaration

public interface ISparklineViewVisitor

Remarks

The Visitor pattern allows us to create a separate visitor concrete class for each type of operation, and to separate this operation implementation from the object structure. For more information, see Visitor pattern in Behavioral Design Patterns of Object-Oriented programming, the Visitor Pattern article, available online.

See Also