render the data as an area graph, Supports IXYValue data
render the data as a bar chart, Supports ISummaryValue data
render the data as a box plot
render the data as an arrow
render the data as a flame chart, Supports ITraceValue data
render the data as a heat map
render the data as a line. Supports IXYValue data
render the data as markers, supports ITraceValue data and requires image/decimation image in series
render the data as a min max value chart, Supports IMinMaxValue data
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.
render the data as a scatter plot, Supports IXYValue data
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
Generated using TypeDoc
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.
{number}