IStackedColumnRenderableSeries Interface Methods

For a list of all members of this type, see IStackedColumnRenderableSeries members.

Public Methods
 NameDescription
 Method Calculates the space available per a data-point.  
 MethodReturns the indices range of data points in xRange of the associated SciChart.Charting.Model.DataSeries.IDataSeries. The X-Axis Range currently in view (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Method For internal use: Returns the cached PointMarker instance used by this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 MethodThis method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return a null reference (Nothing in Visual Basic) (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class. (Inherited from System.Xml.Serialization.IXmlSerializable)
 Method For internal use: Returns the cached PointMarker instance used by this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 MethodConverts a HitTestInfo hit-test result into a SciChart.Charting.Model.ChartData.SeriesInfo viewmodel for use in the SciChart.Charting.Visuals.SciChartLegend, SciChart.Charting.ChartModifiers.RolloverModifier, SciChart.Charting.ChartModifiers.CursorModifier. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 MethodReturns the data range of the IRenderableSeriesBase by querying the associated DataSeries. Individual RenderableSeries implementations may override this method to provide custom ranging on a per-series basis (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase)
 MethodReturns the data range of the associated SciChart.Charting.Model.DataSeries.IDataSeries on Y direction. The X-Axis Range currently in view (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 MethodCalled when a IRenderableSeries is added to a SciChart.Charting.Visuals.ISciChartSurface. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 MethodCalled when a IRenderableSeries is removed from a SciChart.Charting.Visuals.ISciChartSurface. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 Method Called when the instance is drawn (Inherited from SciChart.Charting.Visuals.IDrawable)
 MethodGenerates an object from its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable)
 Method Reserved for internal usage. Called by modifiers to find out whether a tooltip should appear for this series. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries)
 MethodConverts an object into its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable)
Top
Extension Methods
 NameDescription
Public Extension MethodReturns the color of a particular data point in the passed SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries instance.
Top
See Also