Click or drag to resize

AreaSeries Methods

LightningChart .NET Help

The AreaSeries type exposes the following members.

Methods
  NameDescription
Public methodAddValues
Add values.
Public methodClear
Clear all data.
(Overrides HighLowSeriesBaseClear.)
Public methodDeletePointsBeforeX
Delete points having smaller X value than given value
(Inherited from HighLowSeriesBase.)
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 methodGetClipAreas
Get clipping areas.
(Inherited from SeriesBaseXY.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMinMaxFromXRange
Get min and max Y value within given X range.
(Inherited from HighLowSeriesBase.)
Public methodGetMinMaxFromXRangeIgnoreValue
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.)
Public methodGetPoint(Int32, AreaSeriesPoint)
Get point by given index.
Public methodGetPoint(Int32, Double, Double)
Get point by given index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXMinMax
Get minimum X and maximum X of series X values
(Inherited from HighLowSeriesBase.)
Public methodInvalidateData
Invalidate data array. Statistics and draw data are recalculated.
(Inherited from HighLowSeriesBase.)
Public methodIsHighlighted
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.)
Public methodIsPositionOver
Is position over series.
(Inherited from HighLowSeriesBase.)
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 PointLineSeriesBase.)
Public methodSolveYCoordAtXCoord
Find nearest series point of given X-coordinate and get corresponding Y-coordinate.
(Inherited from HighLowSeriesBase.)
Public methodSolveYValueAtXValue
Solve y-value or range on given x-value.
(Inherited from HighLowSeriesBase.)
Public methodToString
Item to string.
(Inherited from SeriesBaseXY.)
Top
See Also