FastColumnRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Provides Fast Column (Bar) series rendering
Herda de: BaseColumnRenderableSeries
Construtores
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
Retorna: The width of the column
GetIsValidForDrawing() : bool
Gets a value indicating whether this BaseRenderableSeries is valid for drawing.