FastColumnRenderableSeries

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Provides Fast Column (Bar) series rendering

Hereda de: BaseColumnRenderableSeries

Constructores

FastColumnRenderableSeries()

Initializes a new instance of the class.

Métodos

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

Devuelve: 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