HighLowSeriesBase Methods |
The HighLowSeriesBase type exposes the following members.
| Name | Description | |
|---|---|---|
| Clear |
Clear all draw data.
(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 with DataBreaking.
Get minimum and maximum Y value within given X range, but Ignore some values (gap defining value).
(Inherited from PointLineSeriesBase.) | |
| 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).) | |
| 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.
(Overrides PointLineSeriesBaseIsPositionOver(Int32, Int32, Boolean).) | |
| LoadFromCSV |
Loads series data from a CSV file.
(Inherited from SeriesBaseXY.) | |
| RemoveHighlight |
Removes forced highlighting.
(Inherited from HighlightingItemBase.) | |
| SaveToCSV |
Saves series data into CSV file
(Inherited from SeriesBaseXY.) | |
| 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.) | |
| SolveYCoordAtXCoord |
Find nearest series point of given X-coordinate and get corresponding Y-coordinate.
| |
| SolveYValueAtXValue |
Solve y-value or range on given x-value.
| |
| ToString |
Item to string.
(Inherited from SeriesBaseXY.) |