XyScatterRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Provides Scatter series rendering via the PointMarker property.

Erbt von: BaseRenderableSeries

Konstruktoren

XyScatterRenderableSeries()

Initializes a new instance of the XyScatterRenderableSeries class.

Eigenschaften

DisplaysDataAsXy : bool

If true, the data is displayed as XY, e.g. like a Scatter plot, not a line (time) series

DoClusterResampling : bool

Gets or sets a value indicating whether this XyScatterRenderableSeries should use Cluster Resampling

Methoden

InternalDraw(IRenderContext2D, IRenderPassData)

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

Felder

DoClusterResamplingProperty : DependencyProperty

The DoClusterResampling property