ISeriesRenderPassData Interface Members
The following tables list the members exposed by ISeriesRenderPassData.
Public Methods
Name | Description | |
---|---|---|
![]() | getLock | Gets a synchronization object used to lock this render pass data |
![]() | getViewportSize | Gets the current viewport size |
![]() | getXCoordinateCalculator | Gets the current YAxis coordinate calculator |
![]() | getYCoordinateCalculator | Gets the current YAxis coordinate calculator |
![]() | isCoordinatesSortedAscending | Gets whether coordinates are sorted in ascending order |
![]() | isValid | Gets a value, indicating whether current render pass data is valid |
![]() | isValidForUpdate | Checks whether the data is valid for update |
![]() | isVerticalChart | Gets a value, indicating whether current chart is vertical |
![]() | onBeginDataUpdate | Begins update of this render pass data |
![]() | onEndDataUpdate | Ends update of this render pass data |
![]() | pointsCount | Gets the amount of points in this render pass data |
See Also