A newer version of this page is available.
Switch to the current version.
AreaSparklineView.Visit(ISparklineViewVisitor) Method
Invokes the Visit method of the specified visitor for the current AreaSparklineView object.
Namespace: DevExpress.Sparkline
Assembly: DevExpress.Sparkline.v18.2.Core.dll
Declaration
public override void Visit(
ISparklineViewVisitor visitor
)
Public Overrides Sub Visit(
visitor As ISparklineViewVisitor
)
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
Feedback