Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DataLabelOptions

import type { DataLabelOptions } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The options that determine the presentation of the data labels.

interface DataLabelOptions {
CategoryLabelVisibility?: Visibility | null;
DataLabelTypes?: DataLabelType[] | null;
LabelColor?: string | null;
LabelContent?: DataLabelContent | null;
LabelFontConfiguration?: FontConfiguration | null;
MeasureLabelVisibility?: Visibility | null;
Overlap?: DataLabelOverlap | null;
Position?: DataLabelPosition | null;
Visibility?: Visibility | null;
}

§Properties

§
CategoryLabelVisibility?: Visibility | null
[src]

Determines the visibility of the category field labels.

§
DataLabelTypes?: DataLabelType[] | null
[src]

The option that determines the data label type.

§
LabelColor?: string | null
[src]

Determines the color of the data labels.

§
LabelContent?: DataLabelContent | null
[src]

Determines the content of the data labels.

§
LabelFontConfiguration?: FontConfiguration | null
[src]

Determines the font configuration of the data labels.

§
MeasureLabelVisibility?: Visibility | null
[src]

Determines the visibility of the measure field labels.

§
Overlap?: DataLabelOverlap | null
[src]

Determines whether overlap is enabled or disabled for the data labels.

§
Position?: DataLabelPosition | null
[src]

Determines the position of the data labels.

§
Visibility?: Visibility | null
[src]

Determines the visibility of the data labels.