IRenderableSeries Interface Methods

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

Public Methods
 NameDescription
 MethodReturns the indices range of data points in xRange of the associated SciChart.Charting.Model.DataSeries.IDataSeries. The X-Axis Range currently in view  
 Method For internal use: Returns the cached PointMarker instance used by this series  
 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  
 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.  
 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)
 MethodOverloaded. Returns the data range of the associated SciChart.Charting.Model.DataSeries.IDataSeries on Y direction. The X-Axis Range currently in view  
 MethodCalled when a IRenderableSeries is added to a SciChart.Charting.Visuals.ISciChartSurface.  
 MethodCalled when a IRenderableSeries is removed from a SciChart.Charting.Visuals.ISciChartSurface.  
 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.  
 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