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

AxisDisplayRange

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

The range setup of a numeric axis display range.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface AxisDisplayRange {
DataDriven?: AxisDisplayDataDrivenRange | null;
MinMax?: AxisDisplayMinMaxRange | null;
}

§Properties

§

The data-driven setup of an axis display range.

§

The minimum and maximum setup of an axis display range.