Skip to main content

CardCompactLayoutTemplate.Sparkline Property

Provides access to the sparkline displayed within the card.

Namespace: DevExpress.DashboardCommon

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

NuGet Package: DevExpress.Dashboard.Core

Declaration

public CardLayoutTemplateElement Sparkline { get; }

Property Value

Type Description
CardLayoutTemplateElement

A CardLayoutTemplateElement object that is the sparkline displayed within the card.

See Also