The following tables list the members exposed by IRenderableSeries.
Name | Description | |
---|---|---|
AntiAliasing | Gets or sets whether this series uses AntiAliasing when drawn | |
CurrentRenderPassData | Gets or sets the RenderPassData instance used for this render pass | |
DataContext | Gets or sets the DataContext to apply to the IRenderableSeries | |
DataSeries | Gets or sets the DataSeries associated with this series | |
DrawingProviders | Gets the collection of SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider implementations associated with this series. Each series can have 1..N DrawingProviders which provides a specific function of drawing, such as lines, point-markers, candlesticks etc... These must be set in the constructor of the series before it can be drawn This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.ISeriesDrawingProvider.OnDraw which performs the drawing of the series onto the viewport | |
DrawNaNAs | Gets or sets a value indicating how this renderable series will treat double.NaN. See LineDrawMode for available options | |
Height | Gets or sets the height of the SciChart.Charting.Visuals.IDrawable in pixels (Inherited from SciChart.Charting.Visuals.IDrawable) | |
HitTestProvider | Gets the SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider implementation associated with this series. This class provides methods such as SciChart.Charting.Visuals.RenderableSeries.HitTesters.IHitTestProvider.HitTest which return a HitTestInfo struct containing information about the Hit-Test operation. Use to determine points near the mouse or whether the mouse is over a series. | |
IsDigitalLine | If this series draws a line, this property is used to define a value indicating whether this line is a digital (step) line | |
IsSelected | Gets or sets value, indicates whether this IRenderableSeries is selected | |
IsVisible | Gets or sets whether the series is visible when drawn (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase) | |
Opacity | Gets or sets an override Opacity value from 0.0 - 1.0 for the IRenderableSeries | |
PaletteProvider | Gets or Sets an optional SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider instance, which may be used to override specific data-point colors during rendering. For more details, see the SciChart.Charting.Visuals.PaletteProviders.IPaletteProvider documentation | |
ResamplingMode | Gets or sets the SciChart.Data.Numerics.ResamplingMode used when drawing this series | |
ResamplingPrecision | Gets or sets the resampling precision for this series | |
RolloverMarker | Gets a cached Framework Element which is used as a Rollover Marker. This is generated from a ControlTemplate in xaml via the BaseRenderableSeries.RolloverMarkerTemplateProperty DependencyProperty | |
SelectedSeriesStyle | Gets or sets style for selected series | |
SeriesAnimation | Gets or sets animation applied to this IRenderableSeries. | |
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 (Inherited from SciChart.Charting.Visuals.RenderableSeries.IRenderableSeriesBase) | |
Stroke | Gets or sets the Stroke. | |
StrokeDashArray | If this series draws a line, this property gets or sets a StrokeDashArray property, used to define a dashed line. See the MSDN Documentation for System.Windows.Shapes.Shape.StrokeDashArray as this property attempts to mimic the same behaviour | |
StrokeThickness | Gets or sets the StrokeThickness in pixels for this series | |
Style | Gets or sets the style to apply to the IRenderableSeries | |
Width | Gets or sets the width of the SciChart.Charting.Visuals.IDrawable in pixels (Inherited from SciChart.Charting.Visuals.IDrawable) | |
XAxis | Gets or sets the XAxis that this IRenderableSeries is associated with | |
XAxisId | Gets or sets the ID of the X-Axis which this renderable series is measured against | |
YAxis | Gets or sets the YAxis that this IRenderableSeries is associated with | |
YAxisId | Gets or sets the ID of the Y-Axis which this renderable series is measured against | |
ZeroLineY | Gets or sets the value which determines the zero line in Y direction. Used to set the bottom of a column, or the zero line in a mountain |
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 | |
GetPointMarker | For internal use: Returns the cached PointMarker instance used by this series | |
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 | |
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. | |
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 | Overloaded. Returns the data range of the associated SciChart.Charting.Model.DataSeries.IDataSeries on Y direction. The X-Axis Range currently in view | |
OnAttached | Called when a IRenderableSeries is added to a SciChart.Charting.Visuals.ISciChartSurface. | |
OnDetached | Called when a IRenderableSeries is removed from a SciChart.Charting.Visuals.ISciChartSurface. | |
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. | |
WriteXml | Converts an object into its XML representation. (Inherited from System.Xml.Serialization.IXmlSerializable) |
Name | Description | |
---|---|---|
GetSeriesColorAtPoint | Returns the color of a particular data point in the passed SciChart.Charting.Visuals.RenderableSeries.IRenderableSeries instance. |
Name | Description | |
---|---|---|
SelectionChanged | Event raised whenever IsSelected property changed |
Reference
IRenderableSeries Interface
SciChart.Charting.Visuals.RenderableSeries Namespace
BaseRenderableSeries Class
IDataSeries Interface
BasePointMarker Class
IRenderContext2D Interface
FastLineRenderableSeries Class
FastMountainRenderableSeries Class
FastColumnRenderableSeries Class
FastOhlcRenderableSeries Class
XyScatterRenderableSeries Class
FastCandlestickRenderableSeries Class
FastBandRenderableSeries Class
FastErrorBarsRenderableSeries Class
FastBoxPlotRenderableSeries Class
FastBubbleRenderableSeries Class
FastUniformHeatmapRenderableSeries Class
StackedColumnRenderableSeries Class
StackedMountainRenderableSeries Class