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

ReferenceLineLabelConfiguration

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

The label configuration of a reference line.

interface ReferenceLineLabelConfiguration {
CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration | null;
FontColor?: string | null;
FontConfiguration?: FontConfiguration | null;
HorizontalPosition?: ReferenceLineLabelHorizontalPosition | null;
ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration | null;
VerticalPosition?: ReferenceLineLabelVerticalPosition | null;
}

§Properties

§
CustomLabelConfiguration?: ReferenceLineCustomLabelConfiguration | null
[src]

The custom label configuration of the label in a reference line.

§
FontColor?: string | null
[src]

The font color configuration of the label in a reference line.

§
FontConfiguration?: FontConfiguration | null
[src]

The font configuration of the label in a reference line.

§
HorizontalPosition?: ReferenceLineLabelHorizontalPosition | null
[src]

The horizontal position configuration of the label in a reference line. Choose one of the following options:

  • LEFT
    
  • CENTER
    
  • RIGHT
    
§
ValueLabelConfiguration?: ReferenceLineValueLabelConfiguration | null
[src]

The value label configuration of the label in a reference line.

§
VerticalPosition?: ReferenceLineLabelVerticalPosition | null
[src]

The vertical position configuration of the label in a reference line. Choose one of the following options:

  • ABOVE
    
  • BELOW