HighLowSeries Methods |
The HighLowSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| AddValues |
Add values.
| |
| Clear |
Clear all data.
(Overrides HighLowSeriesBaseClear.) | |
| DeletePointsBeforeX |
Delete points having smaller X value than given value
(Inherited from HighLowSeriesBase.) | |
| 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.
(Inherited from HighLowSeriesBase.) | |
| 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.) | |
| GetPoint |
Get point by given index.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetXMinMax |
Get minimum X and maximum X of series X values
(Inherited from HighLowSeriesBase.) | |
| InvalidateData |
Invalidate data array. Statistics and draw data are recalculated.
(Inherited from HighLowSeriesBase.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver |
Is position over series.
(Inherited from HighLowSeriesBase.) | |
| 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).) | |
| 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.
(Inherited from HighLowSeriesBase.) | |
| SolveYValueAtXValue |
Solve y-value or range on given x-value.
(Inherited from HighLowSeriesBase.) | |
| ToString |
Item to string.
(Inherited from SeriesBaseXY.) |