If true, the drawing will be clipped to the visibleRange of the associated Y Axis. This is only really relevant if you are using Stacked Y Axes and do not want the series to be drawn outside that axis range
A DataLabelProvider used for creating and drawing per-point text.
Sets a value used to calculate the width of candles. By default the value is treated as relative, valid values range from 0.0 - 1.0. To specify if the value should be treated as relative, absolute, or based on range use dataPointWidthMode
Gets or sets the mode which determines how dataPointWidth is interpreted. Available values are EDataPointWidthMode. Default Relative.
The DataSeries which provides a datasource for this IRenderableSeries to draw
How to treat NAN (Not a number) values in the input dataSeries. See ELineDrawMode for a list of values.
An optional ShaderEffect for modifying the render output of this IRenderableSeries
A unique Id for the IRenderableSeries
When true, if this series draws a line, the line will be a digital (step) line
Initial hovered state for the series. Default to false
Initial selected state for the series. Default to false
When true, the series is visible and drawn
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.
A Point Marker which is used to draw an optional point-marker at each data-point. Applicable to some series types only
Gets or sets the EResamplingMode used when drawing this series. Default value is AUTO. To disable resampling for this series, set mode to NONE.
Gets or sets the resampling precision for this series
A Stroke for lines, outlines and edges of this RenderableSeries
Sets the stoke when candlestick close is less than open, as an HTML color code
The Stroke Thickness for lines, outlines and edges of this RenderableSeries
Sets the stoke when candlestick close is greater than open, as an HTML color code
Determines whether the y range for this series should consider only the visible data (the default), or include the drawn points just outside the visible range
Generated using TypeDoc
An animation that runs on the start, child class to SeriesAnimation