Properties  Methods  Events

IRenderableSeriesBase Interface Members

The following tables list the members exposed by IRenderableSeriesBase.

Public Properties
 NameDescription
 Property Gets or sets whether the series is visible when drawn  
 PropertyGets the SciChart.Core.Utility.ServiceContainer which provides access to services throughout SciChart. ServiceContainers are created one per SciChart.Charting.Visuals.SciChartSurface instance, and shared between peripheral components such as SciChart.Charting.Visuals.Axes.AxisBase, BaseRenderableSeries, SciChart.Charting.ChartModifiers.ChartModifierBase instances. For a full list of available services, see the remarks on SciChart.Core.Utility.ServiceContainer  
Top
Public Methods
 NameDescription
 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  
Top
Public Events
 NameDescription
 Event Event raised whenever IsVisible property changed  
Top
See Also