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

ReferenceLineDataConfiguration

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

The data configuration of the reference line.

interface ReferenceLineDataConfiguration {
AxisBinding?: AxisBinding | null;
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | null;
StaticConfiguration?: ReferenceLineStaticDataConfiguration | null;
}

§Properties

§
AxisBinding?: AxisBinding | null
[src]

The axis binding type of the reference line. Choose one of the following options:

  • PrimaryY
  • SecondaryY
§
DynamicConfiguration?: ReferenceLineDynamicDataConfiguration | null
[src]

The dynamic configuration of the reference line data configuration.

§
StaticConfiguration?: ReferenceLineStaticDataConfiguration | null
[src]

The static data configuration of the reference line data configuration.