An animation that runs on the start, child class to SeriesAnimation
A scale factor for the tightness of the curves. Valid values 0 to 1. Lower = tighter curves
A DataLabelProvider used for creating and drawing per-point text.
The DataSeries which provides a datasource for this IRenderableSeries to draw
The column fill as an HTML color code
A unique Id for the IRenderableSeries
The number of points to add between each data point. Default 20 These are Not uniformly distributed, but clutered around the data points to give smoother curves
Optional callback function when hovered changed. Also see IRenderableSeries.hovered event handler
Optional callback function when isVisible changed. Also see IRenderableSeries.isVisibleChanged event handler
Optional callback function when selected changed. Also see IRenderableSeries.selected event handler
An Opacity factor of the Series that controls its semi-transparency level, where value 1 means the Series is opaque; 0 - transparent.
An optional IPaletteProvider which is used to provide per data-point coloring or paletting.
The column stroke as an HTML color code
The StrokeDashArray defines the stroke or dash pattern for the Y0 line. Accepts an array of values, e.g. [2,2] will have a line of length 2 and a gap of length 2.
The column strokeThickness
Generated using TypeDoc
Options to pass to the StackedMountainRenderableSeries constructor