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

LineChartMarkerStyleSettings

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

Marker styles options for a line series in LineChartVisual.

interface LineChartMarkerStyleSettings {
MarkerColor?: string | null;
MarkerShape?: LineChartMarkerShape | null;
MarkerSize?: string | null;
MarkerVisibility?: Visibility | null;
}

§Properties

§
MarkerColor?: string | null
[src]

Color of marker in the series.

§
MarkerShape?: LineChartMarkerShape | null
[src]

Shape option for markers in the series.

  • CIRCLE: Show marker as a circle.
  • TRIANGLE: Show marker as a triangle.
  • SQUARE: Show marker as a square.
  • DIAMOND: Show marker as a diamond.
  • ROUNDED_SQUARE: Show marker as a rounded square.
§
MarkerSize?: string | null
[src]

Size of marker in the series.

§
MarkerVisibility?: Visibility | null
[src]

Configuration option that determines whether to show the markers in the series.