IStackedMountainRenderableSeries Interface Methods
For a list of all members of this type, see IStackedMountainRenderableSeries members.
Public Methods
| Name | Description | |
|---|---|---|
![]() | GetIndicesRange | Returns 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) |
![]() | GetPointMarker | For internal use: Returns the cached PointMarker instance used by this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries) |
![]() | GetSchema | This 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) |
![]() | GetSelectedPointMarker | For internal use: Returns the cached PointMarker instance used by this series (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries) |
![]() | GetSeriesInfo | Converts 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) |
![]() | GetXRange | Returns 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) |
![]() | GetYRange | Returns 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) |
![]() | OnAttached | Called when a IRenderableSeries is added to a SciChart.Charting.Visuals.ISciChartSurface. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries) |
![]() | OnDetached | Called when a IRenderableSeries is removed from a SciChart.Charting.Visuals.ISciChartSurface. (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries) |
![]() | OnDraw | Called when the instance is drawn (Inherited from SciChart.Charting.Visuals.IDrawable) |
![]() | ReadXml | Generates an object from its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable) |
![]() | ShowsTooltipForModifier | 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) |
![]() | WriteXml | Converts an object into its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable) |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | GetSeriesColorAtPoint | Returns the color of a particular data point in the passed SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries instance. |
See Also

