Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
Row

Sparkline.MoveTo(SparklineGroup) Method

Moves the sparkline to the specified sparkline group.

Namespace: DevExpress.Spreadsheet

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

Declaration

void MoveTo(
    SparklineGroup sparklineGroup
)

Parameters

Name Type Description
sparklineGroup SparklineGroup

A SparklineGroup object that specifies an existing sparkline group to which the sparkline should be moved.

See Also