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

ChartAxisLabelOptions

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

The label options for an axis on a chart.

interface ChartAxisLabelOptions {
AxisLabelOptions?: AxisLabelOptions[] | null;
SortIconVisibility?: Visibility | null;
Visibility?: Visibility | null;
}

§Properties

§
AxisLabelOptions?: AxisLabelOptions[] | null
[src]

The label options for a chart axis.

§
SortIconVisibility?: Visibility | null
[src]

The visibility configuration of the sort icon on a chart's axis label.

§
Visibility?: Visibility | null
[src]

The visibility of an axis label on a chart. Choose one of the following options:

  • VISIBLE: Shows the axis.
  • HIDDEN: Hides the axis.