XyScatterRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Provides Scatter series rendering via the PointMarker property.
Hereda de: BaseRenderableSeries
Constructores
XyScatterRenderableSeries()
Initializes a new instance of the XyScatterRenderableSeries class.
Propiedades
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
Métodos
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
Campos
DoClusterResamplingProperty : DependencyProperty
The DoClusterResampling property