Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AuthoringInfoVisualVariableProperties

Hierarchy

  • AuthoringInfoVisualVariableProperties

Index

Properties

Optional endTime

endTime: string | number

If an age or timeline renderer was generated, indicates the end time of the visualization.

Read more...

Optional field

field: string

Indicates the field name used for generating the data-driven visualization.

Read more...

Optional maxSliderValue

maxSliderValue: number

Indicates the value of the upper handle if a slider was used to generate the visual variable.

Read more...

Optional minSliderValue

minSliderValue: number

Indicates the value of the lower handle if a slider was used to generate the visual variable.

Read more...

Optional startTime

startTime: string | number

If an age or timeline renderer was generated, indicates the start time of the visualization.

Read more...

Optional style

style: "percent-of-total" | "percent" | "ratio"

If the UI offers the option to display values based on a ratio or percentage, this indicates which selection was made.

Read more...

Optional theme

theme: "high-to-low" | "above" | "below" | "above-and-below" | "centered-on" | "extremes"

Indicates the theme selected by the user when generating a renderer or visual variable with one of the Smart Mapping functions.

Read more...

Optional type

type: "color" | "size" | "opacity"

The type of visual variable generated.

Read more...

Optional units

units: "seconds" | "minutes" | "hours" | "days" | "months" | "years"

If an age or timeline renderer was generated, indicates the time units used.

Read more...

Generated using TypeDoc