RenderPassInfo

StockSharp.Xaml.Charting

Defines data for the current render pass

Campos

DataSeries : IDataSeries[]

Gets or sets an array of IDataSeries which source data

IndicesRanges : IndexRange[]

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

PointSeries : IPointSeries[]

Gets or sets an array of IPointSeries which provide data

RenderableSeries : IRenderableSeries[]

Gets or sets an array of RenderableSeries to draw

TransformationStrategy : ITransformationStrategy

Gets or sets the current pixel transformation strategy

ViewportSize : Size

Gets or sets the current Viewport Size

XCoordinateCalculators : IDictionary<string, ICoordinateCalculator<double>>

Gets or sets a keyed dictionary of XAxis CoordinateCalculators

YCoordinateCalculators : IDictionary<string, ICoordinateCalculator<double>>

Gets or sets a keyed dictionary of YAxis CoordinateCalculators