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

CardLayoutTemplateDeltaElement Class

A visual element within a card layout that displays delta.

Declaration

export class CardLayoutTemplateDeltaElement extends CardLayoutTemplateElementBase

Remarks

Cards allow you to visualize the difference between the actual and target values using special delta values and a delta indicator. If the default layout is used (Stretched layout type), the card displays the following delta values/elements:

Card_StretchedLayout_Web_DeltaElements

  • Delta Indicator - Indicates whether the actual value is less or greater than the target value.
  • Percent Variation and Absolute Variation - delta values that show a difference between the actual and target value. You can also display the Percent of Target value. To do this, customize the card’s layout.

Inherited Members

Inheritance

CardLayoutTemplateElementBase
CardLayoutTemplateDeltaElement
See Also

constructor

Initializes a new instance of the CardLayoutTemplateDeltaElement class.

Declaration

constructor(
    modelJson?: any,
    serializer?: DxDesigner.Analytics.Utils.ModelSerializer
)

Parameters

Name Type Description
modelJson any

A JSON object used for a dashboard deserialization. Do not pass this parameter directly.

serializer DxDesigner.Analytics.Utils.ModelSerializer

An object used for a dashboard deserialization. Do not pass this parameter directly.