IRenderPassData

StockSharp.Xaml.Charting.Visuals.RenderableSeries

Defines the interface to RenderPassData, the data used in a single render pass by BaseRenderableSeries derived types

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.