RenderPassData

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Provides data used in a single render pass by BaseRenderableSeries derived types

Implements: IRenderPassData

Constructors

RenderPassData(IndexRange, ICoordinateCalculator<double>, ICoordinateCalculator<double>, IPointSeries, ITransformationStrategy)

Initializes a new instance of the RenderPassData class.

pointRange
The integer indices to the X-data array that are currently in range.
xCoordinateCalculator
The current X Coordinate Calculator
yCoordinateCalculator
The current Y Coordinate Calculator
pointSeries
The resampled PointSeries to draw
transformationStrategy

Properties

IsVerticalChart : bool

Gets a value, indicating whether current chart is vertical

PointRange : IndexRange

Gets the integer indices of the X-Data array that are currently in range.

Returns: The indices to the X-Data that are currently in range

PointSeries : IPointSeries

Gets the current point series.

TransformationStrategy : ITransformationStrategy

Gets the current pixel transformation strategy

XCoordinateCalculator : ICoordinateCalculator<double>

Gets the current X coordinate calculator.

YCoordinateCalculator : ICoordinateCalculator<double>

Gets the current Y coordinate calculator.