XyScatterRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Provides Scatter series rendering via the PointMarker property.
Inherits: BaseRenderableSeries
Constructors
XyScatterRenderableSeries
public XyScatterRenderableSeries()
xyScatterRenderableSeries = XyScatterRenderableSeries()
Initializes a new instance of the XyScatterRenderableSeries class.
Properties
DisplaysDataAsXy
public override bool DisplaysDataAsXy { get; }
value = xyScatterRenderableSeries.DisplaysDataAsXy
If true, the data is displayed as XY, e.g. like a Scatter plot, not a line (time) series
DoClusterResampling
public bool DoClusterResampling { get; set; }
value = xyScatterRenderableSeries.DoClusterResampling
xyScatterRenderableSeries.DoClusterResampling = value
Gets or sets a value indicating whether this XyScatterRenderableSeries should use Cluster Resampling
Methods
InternalDraw
protected override void InternalDraw(IRenderContext2D renderContext, IRenderPassData renderPassData)
xyScatterRenderableSeries.InternalDraw(renderContext, renderPassData)
Draws the series using the IRenderContext2D and the IRenderPassData passed in
- renderContext
- The render context. This is a graphics object which has methods to draw lines, quads and polygons to the screen
- renderPassData
- The render pass data. Contains a resampled IPointSeries, the IndexRange of points on the screen and the current YAxis and XAxis ICoordinateCalculator to convert data-points to screen points
Fields
DoClusterResamplingProperty
public static readonly DependencyProperty DoClusterResamplingProperty
value = XyScatterRenderableSeries.DoClusterResamplingProperty
The DoClusterResampling property