Options
All
  • Public
  • Public/Protected
  • All
Menu

bit mask to define how to render the data. This is an input to the RenderSeries. Note Stacked can be compbined with Line/Area/Bar. In the future release (2.x) note that we will make this a flat enum, not a bitmask as it is now.

enum

{number}

Index

Enumeration members

Area

Area: = 2

render the data as an area graph, Supports IXYValue data

Bar

Bar: = 8

render the data as a bar chart, Supports ISummaryValue data

BoxPlot

BoxPlot: = 512

render the data as a box plot

DirectionalArrow

DirectionalArrow: = 256

render the data as an arrow

FlameChart

FlameChart: = 64

render the data as a flame chart, Supports ITraceValue data

HeatMap

HeatMap: = 1024

render the data as a heat map

Line

Line: = 1

render the data as a line. Supports IXYValue data

Marker

Marker: = 128

render the data as markers, supports ITraceValue data and requires image/decimation image in series

MinMaxValue

MinMaxValue: = 32

render the data as a min max value chart, Supports IMinMaxValue data

Raw

Raw: = 2048

render the data with no decimation but just as a line between XY values Note this has other side effects like we do not include the data by default in the tooltip metric list since we cannot be sure it is a metric being rendered.

Scatter

Scatter: = 4

render the data as a scatter plot, Supports IXYValue data

Stacked

Stacked: = 16

render the line/area/bar data stacked. One data renders the Y value from 0-y1 and the next series renders from y1-y2 and so on for the data

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc