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

ReferenceLineValueLabelConfiguration

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

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

interface ReferenceLineValueLabelConfiguration {
FormatConfiguration?: NumericFormatConfiguration | null;
RelativePosition?: ReferenceLineValueLabelRelativePosition | null;
}

§Properties

§
FormatConfiguration?: NumericFormatConfiguration | null
[src]

The format configuration of the value label.

§

The relative position of the value label. Choose one of the following options:

  • BEFORE_CUSTOM_LABEL
    
  • AFTER_CUSTOM_LABEL