Skip to main content
A newer version of this page is available. .

CardCenteredLayoutTemplate.Sparkline Property

Provides access to the sparkline displayed within the card.

Namespace: DevExpress.DashboardCommon

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

Declaration

public CardLayoutTemplateElement Sparkline { get; }

Property Value

Type Description
CardLayoutTemplateElement

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

See Also