RenderPassData Class Members
The following tables list the members exposed by RenderPassData.
Public Constructors
Name | Description | |
---|---|---|
![]() | RenderPassData Constructor | Initializes a new instance of the RenderPassData class. |
Public Properties
Name | Description | |
---|---|---|
![]() | IsVerticalChart | Gets a value, indicating whether current chart is vertical |
![]() | PointRange | Gets the integer indices of the X-Data array that are currently in range. |
![]() | PointSeries | Gets the current point series. |
![]() | ResamplingHash | Gets the hash of resampling params which were used to resample point series |
![]() | SupportsNativeCoordinateCalculators | Gets a value indicating whether the data and parameters for this render pass support the Tsr (accelerated) drawing method |
![]() | TransformationStrategy | Gets the current pixel transformation strategy |
![]() | XCoordinateCalculator | Gets the current X coordinate calculator. |
![]() | YCoordinateCalculator | Gets the current Y coordinate calculator. |
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