FastImpulseRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Provides Impulse series rendering, which draws a vertical line from zero to with an optional point-marker at the end of the line
Erbt von: BaseRenderableSeries
Konstruktoren
FastImpulseRenderableSeries()
Initializes a new instance of the FastImpulseRenderableSeries class.
Methoden
GetIsValidForDrawing() : bool
Gets a value indicating whether this BaseRenderableSeries is valid for drawing.
GetYRange(IRange, bool) : IRange
Returns the data range of the assosiated IDataSeries on Y direction The X-Axis Range currently in viewIndicates whether to return positive YRange only
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