FastColumnRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Provides Fast Column (Bar) series rendering

Erbt von: BaseColumnRenderableSeries

Konstruktoren

FastColumnRenderableSeries()

Initializes a new instance of the class.

Methoden

GetColumnWidth(IPointSeries, IRenderPassData) : double

When overriden in a derived class, computes the width of the columns, which depends on the input data, any spacing and the current viewport dimensions

points
The IPointSeries containing resampled data to render
renderPassData
The IRenderPassData containing information about the current render pass

Rückgabe: The width of the column

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