RenderPassInfo

StockSharp.Xaml.Charting

Defines data for the current render pass

Fields

DataSeries
public IDataSeries[] DataSeries
value = renderPassInfo.DataSeries

Gets or sets an array of IDataSeries which source data

IndicesRanges
public IndexRange[] IndicesRanges
value = renderPassInfo.IndicesRanges

Gets or sets an array of IntegerRange which provide indices to the source data-series in view

PointSeries
public IPointSeries[] PointSeries
value = renderPassInfo.PointSeries

Gets or sets an array of IPointSeries which provide data

RenderableSeries
public IRenderableSeries[] RenderableSeries
value = renderPassInfo.RenderableSeries

Gets or sets an array of RenderableSeries to draw

TransformationStrategy
public ITransformationStrategy TransformationStrategy
value = renderPassInfo.TransformationStrategy

Gets or sets the current pixel transformation strategy

ViewportSize
public Size ViewportSize
value = renderPassInfo.ViewportSize

Gets or sets the current Viewport Size

XCoordinateCalculators
public IDictionary<string, ICoordinateCalculator<double>> XCoordinateCalculators
value = renderPassInfo.XCoordinateCalculators

Gets or sets a keyed dictionary of XAxis CoordinateCalculators

YCoordinateCalculators
public IDictionary<string, ICoordinateCalculator<double>> YCoordinateCalculators
value = renderPassInfo.YCoordinateCalculators

Gets or sets a keyed dictionary of YAxis CoordinateCalculators