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

LineChartSeriesSettings

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

The options that determine the presentation of a line series in the visual

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

§Properties

§
LineStyleSettings?: LineChartLineStyleSettings | null
[src]

Line styles options for a line series in LineChartVisual.

§
MarkerStyleSettings?: LineChartMarkerStyleSettings | null
[src]

Marker styles options for a line series in LineChartVisual.