RenderPassInfo Class Members
The following tables list the members exposed by RenderPassInfo.
Public Constructors
| Name | Description | |
|---|---|---|
![]() | RenderPassInfo Constructor | Overloaded. |
Public Properties
| Name | Description | |
|---|---|---|
![]() | DataSeries | Gets or sets an array of SciChart.Charting.Model.DataSeries.IDataSeries which source data |
![]() | IndicesRanges | Gets or sets an array of SciChart.Data.Model.IntegerRange which provide indices to the source data-series in view |
![]() | PointSeries | Gets or sets an array of SciChart.Data.Model.IPointSeries which provide data |
![]() | RenderableSeries | Gets or sets an array of RenderableSeries to draw |
![]() | ResamplingHashes | Gets or sets an array of resampling hashes for appropriate point series |
![]() | TransformationStrategy | Gets or sets the current pixel transformation strategy |
![]() | ViewportSize | Gets or sets the current Viewport Size |
![]() | Warnings | Gets or sets a collection of warning messages |
![]() | XCoordinateCalculators | Gets a keyed dictionary of XAxis CoordinateCalculators |
![]() | YCoordinateCalculators | Gets a keyed dictionary of YAxis CoordinateCalculators |
Public Methods
| Name | Description | |
|---|---|---|
![]() | AddWarning | Adds a warning message |
![]() | StoreXAxisCoordinateCalculators | Stores coordinate calculators for a collection of X axes |
![]() | StoreYAxisCoordinateCalculators | Stores coordinate calculators for a collection of Y axes |
Extension Methods
| Name | Description | |
|---|---|---|
![]() | DebugFinalizer<T> | Notifies that finalizer has been invoked |
![]() | ToDoubleArray | Overloaded. Converts an System.IComparable array to double array |
![]() | ToEnumerable<T> | Yields a single item, converting it to System.Collections.IEnumerable. |
![]() | ToStringArray2D<T> |
See Also



