Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlotViewInit<X, Y>

Type parameters

  • X

  • Y

Hierarchy

Index

Properties

Optional data

data: AnyDatumView<X, Y>[] | null

Optional font

font: AnyFont | null

Optional key

key: undefined | string

Optional textColor

textColor: AnyColor | null

type

type: PlotType

Optional xAxis

xAxis: AxisView<X> | null

Optional yAxis

yAxis: AxisView<Y> | null