Class RVVisualizationFieldLabelElement

Field label to be localized. The field is being used in a visualization and can have some aggregation applied to it.

Hierarchy

Index

Constructors

constructor

Accessors

aggregationType

  • The aggregation type applied to the field, if any. Has value "NotSet" when the visualizationField is not a measure.

    Returns RVDashboardAggregationType

  • The aggregation type applied to the field, if any. Has value "NotSet" when the visualizationField is not a measure.

    Parameters

    Returns void

elementType

label

  • get label(): null | string
  • set label(value: null | string): void
  • The current label of the field.

    Returns null | string

  • The current label of the field.

    Parameters

    • value: null | string

    Returns void

name

  • get name(): null | string
  • set name(value: null | string): void
  • The name of the field

    Returns null | string

  • The name of the field

    Parameters

    • value: null | string

    Returns void