Options
All
  • Public
  • Public/Protected
  • All
Menu
summary

RenderPassData contains properties which are passed to BaseRenderableSeries at the time of drawing

Hierarchy

  • RenderPassData

Index

Constructors

constructor

Properties

Readonly getxCoordinateCalculator

getxCoordinateCalculator: () => CoordinateCalculatorBase

A function to get the XAxis Coordinate Calculator, used to transform between pixel and data-coordinates

Type declaration

Readonly getyCoordinateCalculator

getyCoordinateCalculator: () => CoordinateCalculatorBase

A function to get the YAxis Coordinate Calculator, used to transform between pixel and data-coordinates

Type declaration

Readonly indexRange

indexRange: NumberRange

The min and max index to data-range currently visible on the SciChartSurface

Readonly isVerticalChart

isVerticalChart: boolean

A flag indicating if the chart is currently vertically arranged (XAxis on the left, YAxis on the top/bottom)

Optional Readonly pointSeries

pointSeries: IPointSeries

The point series

Optional Readonly resamplingHash

resamplingHash: number

The resampling hash value, used for caching

Accessors

xCoordinateCalculator

yCoordinateCalculator

Generated using TypeDoc