Skip to main content

CardCenteredLayoutTemplate.Sparkline Property

Provides access to the sparkline displayed within the card.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v24.1.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