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

AxisTickLabelOptions

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

The tick label options of an axis.

interface AxisTickLabelOptions {
LabelOptions?: LabelOptions | null;
RotationAngle?: number | null;
}

§Properties

§
LabelOptions?: LabelOptions | null
[src]

Determines whether or not the axis ticks are visible.

§
RotationAngle?: number | null
[src]

The rotation angle of the axis tick labels.