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
public bool IsVerticalChart { get; }
value = iRenderPassData.IsVerticalChart

Gets a value, indicating whether current chart is vertical

PointRange
public IndexRange PointRange { get; }
value = iRenderPassData.PointRange

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
public IPointSeries PointSeries { get; }
value = iRenderPassData.PointSeries

Gets the current point series.

TransformationStrategy
public ITransformationStrategy TransformationStrategy { get; }
value = iRenderPassData.TransformationStrategy

Gets the current pixel transformation strategy

XCoordinateCalculator
public ICoordinateCalculator<double> XCoordinateCalculator { get; }
value = iRenderPassData.XCoordinateCalculator

Gets the current X coordinate calculator.

YCoordinateCalculator
public ICoordinateCalculator<double> YCoordinateCalculator { get; }
value = iRenderPassData.YCoordinateCalculator

Gets the current Y coordinate calculator.