BarSeries Methods |
The BarSeries type exposes the following members.
| Name | Description | |
|---|---|---|
| AddValue |
Add value to end of Values array
| |
| Clear |
Clear all points
(Overrides SeriesBaseXYClear.) | |
| DeleteValue |
Delete a value by given index.
| |
| DeleteValuesBeforeX |
Delete values 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.) | |
| GetBarRectangles |
Get rendered bar rectangles of all data items of this series.
| |
| GetClipAreas |
Get clipping areas.
(Inherited from SeriesBaseXY.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetText |
Get Text by given index.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetXValue |
Get X value by given index.
| |
| GetYValue |
Get Y value by given index.
| |
| InvalidateData |
Notify series that data has been changed and refresh is required.
(Overrides SeriesBaseXYInvalidateData.) | |
| IsHighlighted |
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.) | |
| IsPositionOver(Int32, Int32, Boolean) |
Is position over item.
(Overrides SeriesBaseXYIsPositionOver(Int32, Int32, Boolean).) | |
| IsPositionOver(Int32, Int32, Int32, Boolean) |
Is position over item.
| |
| 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 UserInteractiveObject.) | |
| SetValue |
Set value by given index
| |
| SortData |
Sort data values ascending or descending. Makes big values to be drawn closest to axis zero if sort by ascending.
| |
| ToString |
Item to string.
(Overrides SeriesBaseXYToString.) |