Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PlotViewInit<X, Y>

Type parameters

  • X

  • Y

Hierarchy

Index

Properties

Optional data

data: AnyDataPointView<X, Y>[]

Optional font

font: AnyFont

Optional hidden

hidden: boolean

Optional key

key: string

Optional mood

Optional moodModifier

moodModifier: MoodMatrix<Feel, Feel>

Optional plotType

plotType: PlotType

Optional textColor

textColor: AnyColor

Optional theme

Optional themeModifier

themeModifier: MoodMatrix<Feel, Feel>

Optional viewController

Optional xScale

xScale: ContinuousScale<X, number>

Optional yScale

yScale: ContinuousScale<Y, number>

Generated using TypeDoc