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

AxisLabelOptions

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

The label options for a chart axis. You must specify the field that the label is targeted to.

interface AxisLabelOptions {
ApplyTo?: AxisLabelReferenceOptions | null;
CustomLabel?: string | null;
FontConfiguration?: FontConfiguration | null;
}

§Properties

§

The options that indicate which field the label belongs to.

§
CustomLabel?: string | null
[src]

The text for the axis label.

§
FontConfiguration?: FontConfiguration | null
[src]

The font configuration of the axis label.