Skip to main content

ScatterPointLabelContentType Type

Lists values that identify types of content displayed within point labels.

Declaration

export type ScatterPointLabelContentType = "Argument" | "Weight" | "Values" | "ArgumentAndWeight" | "ArgumentAndValues"

Members

Name Description
"Argument"

The argument value.

"Weight"

The weight summary value.

"Values"

Summary values.

"ArgumentAndWeight"

The argument and corresponding weight summary value.

"ArgumentAndValues"

The argument value and corresponding summary values.

Remarks

Values from this type alias are used to set the ScatterPointLabelOptions.content property.