FastColumnRenderableSeries
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Provides Fast Column (Bar) series rendering
Inherits: BaseColumnRenderableSeries
Constructors
FastColumnRenderableSeries()
Initializes a new instance of the class.
Methods
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
Returns: The width of the column
GetIsValidForDrawing() : bool
Gets a value indicating whether this BaseRenderableSeries is valid for drawing.