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

LineChartDefaultSeriesSettings

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

The options that determine the default presentation of all line series in LineChartVisual.

interface LineChartDefaultSeriesSettings {
AxisBinding?: AxisBinding | null;
LineStyleSettings?: LineChartLineStyleSettings | null;
MarkerStyleSettings?: LineChartMarkerStyleSettings | null;
}

§Properties

§
AxisBinding?: AxisBinding | null
[src]

The axis to which you are binding all line series to.

§
LineStyleSettings?: LineChartLineStyleSettings | null
[src]

Line styles options for all line series in the visual.

§
MarkerStyleSettings?: LineChartMarkerStyleSettings | null
[src]

Marker styles options for all line series in the visual.