IRenderableSeriesBase Interface Members
The following tables list the members exposed by IRenderableSeriesBase.
Public Properties
| Name | Description | |
|---|---|---|
![]() | IsVisible | Gets or sets whether the series is visible when drawn |
![]() | Services | Gets 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 |
Public Methods
| Name | Description | |
|---|---|---|
![]() | 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 |
Public Events
| Name | Description | |
|---|---|---|
![]() | IsVisibleChanged | Event raised whenever IsVisible property changed |
See Also


