PointLineSeries Methods |
The PointLineSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| AddPoints(SeriesErrorPoint, Boolean) |
Add points with error tolerance to end of series
| |
| AddPoints(SeriesPoint, Boolean) |
Add points to end of series
| |
| AddPoints(Double, Double, Boolean) |
Add points to end of series
| |
| CheckDataPointsAreInAscendingOrder |
Check that rule X[i+1] >= X[i] is followed
| |
| Clear |
Clear all points
(Overrides PointLineSeriesBaseClear.) | |
| DeletePointsBeforeX |
Delete points having smaller X value than given value
| |
| Dispose |
Release all resources used by this instance.
(Inherited from ChartNode.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetClipAreas |
Get clipping areas.
(Inherited from SeriesBaseXY.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMinMaxFromXRange |
Get min and max Y value within given X range
(Overrides PointLineSeriesBaseGetMinMaxFromXRange(Double, Double, Double, Double, Boolean).) | |
| GetMinMaxFromXRangeIgnoreValue |
This is similar to GetMinMaxFromXRange, but tailored for Series wth DataBreaking.
Get min and max Y value within given X range, but Ignore some values (gap defining value)
(Overrides PointLineSeriesBaseGetMinMaxFromXRangeIgnoreValue(Double, Double, Double, Double, Double).) | |
| GetRegressionFactors |
Get the factors that are used in regression line plotting
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetXMinMax |
Get minimum X and maximum X of series X values
(Overrides PointLineSeriesBaseGetXMinMax(Double, Double).) | |
| GetXValues |
Get X values array.
| |
| GetYValues |
Get Y values array.
| |
| InvalidateData |
Invalidate data array. Statistics and draw data are recalculated.
(Overrides SeriesBaseXYInvalidateData.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver |
Is position over series
(Inherited from PointLineSeriesBase.) | |
| LoadFromCSV |
Loads series data from a CSV file.
(Overrides SeriesBaseXYLoadFromCSV(String, SeparatorCSV).) | |
| RemoveHighlight |
Removes forced highlighting.
(Inherited from HighlightingItemBase.) | |
| SaveToCSV |
Saves series data into CSV file
(Overrides SeriesBaseXYSaveToCSV(String, SeparatorCSV).) | |
| SeekTriggerPos |
Detect triggering position from series data
| |
| SetClipAreas |
Set clipping areas. Give null to disable all clip areas.
(Inherited from SeriesBaseXY.) | |
| SetHighlight |
Highlights the object.
(Inherited from HighlightingItemBase.)This is a kind of "forced" highlight, and the object might be highlighted even if the highlighting type (defined by Highlight property) is set to None. How the highlighting happens, if any, depends on object. Most objects use the defined type by default, and fall back to Simple highlighting if None is set. | |
| SetProperCursor |
Set proper drag cursor. Default is hand.
(Inherited from PointLineSeriesBase.) | |
| SetValues |
Fill Points array from X and Y values
| |
| SetXValue |
Set X value of Points array item.
| |
| SetYValue |
Set Y value of Points array item.
| |
| SolveNearestDataPointByCoord |
Solve nearest data point to given X and Y screen coordinate [input in DIP].
| |
| SolveNearestDataPointByValue |
Solve nearest data point to given X and Y value.
| |
| SolveYCoordAtXCoord |
Find nearest series point of given X-coordinate and get corresponding Y-coordinate.
(Inherited from ProgressiveSingleLineSeriesBase.) | |
| SolveYValueAtXValue |
Solve y-value or range on given x-value.
(Overrides ProgressiveSingleLineSeriesBaseSolveYValueAtXValue(Double).) | |
| ToString |
Item to string.
(Inherited from SeriesBaseXY.) |