Click or drag to resize

BarSeries Methods

LightningChart .NET Help

The BarSeries type exposes the following members.

Methods
  NameDescription
Public methodAddValue
Add value to end of Values array
Public methodClear
Clear all points
(Overrides SeriesBaseXYClear.)
Public methodDeleteValue
Delete a value by given index.
Public methodDeleteValuesBeforeX
Delete values having smaller X value than given value.
Public methodDispose
Release all resources used by this instance.
(Inherited from ChartNode.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetBarRectangles
Get rendered bar rectangles of all data items of this series.
Public methodGetClipAreas
Get clipping areas.
(Inherited from SeriesBaseXY.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetText
Get Text by given index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXValue
Get X value by given index.
Public methodGetYValue
Get Y value by given index.
Public methodInvalidateData
Notify series that data has been changed and refresh is required.
(Overrides SeriesBaseXYInvalidateData.)
Public methodIsHighlighted
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.)
Public methodIsPositionOver(Int32, Int32, Boolean)
Is position over item.
(Overrides SeriesBaseXYIsPositionOver(Int32, Int32, Boolean).)
Public methodIsPositionOver(Int32, Int32, Int32, Boolean)
Is position over item.
Public methodLoadFromCSV
Loads series data from a CSV file.
(Overrides SeriesBaseXYLoadFromCSV(String, SeparatorCSV).)
Public methodRemoveHighlight
Removes forced highlighting.
(Inherited from HighlightingItemBase.)
Public methodSaveToCSV
Saves series data into CSV file.
(Overrides SeriesBaseXYSaveToCSV(String, SeparatorCSV).)
Public methodSetClipAreas
Set clipping areas. Give null to disable all clip areas.
(Inherited from SeriesBaseXY.)
Public methodSetHighlight
Highlights the object.

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.

(Inherited from HighlightingItemBase.)
Public methodSetProperCursor
Set proper drag cursor. Default is hand.
(Inherited from UserInteractiveObject.)
Public methodSetValue
Set value by given index
Public methodSortData
Sort data values ascending or descending. Makes big values to be drawn closest to axis zero if sort by ascending.
Public methodToString
Item to string.
(Overrides SeriesBaseXYToString.)
Top
See Also