TernaryRenderPassData Class Members
The following tables list the members exposed by TernaryRenderPassData.
Public Constructors
Name | Description | |
---|---|---|
![]() | TernaryRenderPassData Constructor | Initializes a new instance of the TernaryRenderPassData class. |
Public Properties
Name | Description | |
---|---|---|
![]() | Calculators | Gets the current coordinate calculators. |
![]() | DataSeries | Gets the current data series. |
![]() | 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. |
![]() | PolarAxisRotationAngle | Gets the current rotation angle for the polar chart axis. |
![]() | ResamplingHash | Gets the hash of resampling params which were used to resample point series. |
![]() | SupportsNativeCoordinateCalculators | |
![]() | TransformationStrategy | Gets the current pixel transformation strategy. |
![]() | XCoordinateCalculator | Gets the current X coordinate calculator. |
![]() | YCoordinateCalculator | Gets the current Y coordinate calculator. |
![]() | ZCoordinateCalculator | Gets the current Z 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