Properties  Methods 

IStackedBoxPlotWrapper Interface Members

The following tables list the members exposed by IStackedBoxPlotWrapper.

Public Properties
Public Methods
 NameDescription
 MethodAccumulate Y value at index for a stacked series, where Tuple.Item1 represents the upper series value at the index and Tuple.Item2 - the lower one. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodAdds the IStackedRenderableSeries to the internal collection. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodReturns the column width and spacing of IStackedBoxPlotRenderableSeries  
 MethodReturns the group count and index at xValue of IStackedBoxPlotRenderableSeries  
 MethodReturns the column center at xValue for a stacked series considering spacing between groups  
 MethodGets the YRange of the data (min, max of the ) in the passed , where indices are point-indices on the DataSeries columns. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodDraws all the IStackedRenderableSeries being wrapped, using the SciChart.Drawing.Common.IRenderContext2D passed in. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodReturns all the IStackedRenderableSeries from the same StackedGroup. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodReturns the data range of all the associated SciChart.Charting.Model.DataSeries.IDataSeries on X direction  
 MethodGets the YRange of the data (min, max of the ), using the passed in. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 Method Gets a value indicating whether all the series within the StackedGroup are 100% stacked. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 Method Called internally to move series from one StackedGroup to another. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodRemoves the IStackedRenderableSeries from the internal collection. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
 MethodCalled internally to correlate a hit-test result for the . (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedBoxPlotRenderableSeries>)
Top
See Also