Properties  Methods 

IStackedColumnsWrapper Interface Members

The following tables list the members exposed by IStackedColumnsWrapper.

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<IStackedColumnRenderableSeries>)
 MethodAdds the IStackedRenderableSeries to the internal collection. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
 MethodReturns the column width and spacing of IStackedColumnRenderableSeries  
 MethodReturns the group count and index at xValue of IStackedColumnRenderableSeries  
 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<IStackedColumnRenderableSeries>)
 MethodDraws all the IStackedRenderableSeries being wrapped, using the SciChart.Drawing.Common.IRenderContext2D passed in. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
 Method Gets fraction of the data point width  
 MethodReturns DataPointWith of IStackedColumnRenderableSeries considering spacing between groups  
 MethodReturns Upper and Lower bounds of IStackedColumnRenderableSeries column  
 MethodReturns all the IStackedRenderableSeries from the same StackedGroup. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
 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<IStackedColumnRenderableSeries>)
 Method Gets a value indicating whether all the series within the StackedGroup are 100% stacked. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
 Method Called internally to move series from one StackedGroup to another. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
 MethodRemoves the IStackedRenderableSeries from the internal collection. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
 MethodCalled internally to correlate a hit-test result for the . (Inherited from SciChart.Charting.Visuals.RenderableSeries.IStackedSeriesWrapperBase<IStackedColumnRenderableSeries>)
Top
See Also