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

AxisDisplayOptions

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

The display options for the axis label.

interface AxisDisplayOptions {
AxisLineVisibility?: Visibility | null;
AxisOffset?: string | null;
DataOptions?: AxisDataOptions | null;
GridLineVisibility?: Visibility | null;
ScrollbarOptions?: ScrollBarOptions | null;
TickLabelOptions?: AxisTickLabelOptions | null;
}

§Properties

§
AxisLineVisibility?: Visibility | null
[src]

Determines whether or not the axis line is visible.

§
AxisOffset?: string | null
[src]

The offset value that determines the starting placement of the axis within a visual's bounds.

§
DataOptions?: AxisDataOptions | null
[src]

The data options for an axis.

§
GridLineVisibility?: Visibility | null
[src]

Determines whether or not the grid line is visible.

§
ScrollbarOptions?: ScrollBarOptions | null
[src]

The scroll bar options for an axis.

§
TickLabelOptions?: AxisTickLabelOptions | null
[src]

The tick label options of an axis.