IRenderPassData
StockSharp.Xaml.Charting.Visuals.RenderableSeries
Defines the interface to RenderPassData, the data used in a single render pass by BaseRenderableSeries derived types
プロパティ
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.
戻り値: 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.