Click or drag to resize

SampleDataSeries Methods

LightningChart .NET Help

The SampleDataSeries type exposes the following members.

Methods
  NameDescription
Public methodAddOffsetToSamples
Adds offset to all samples (Increments all samples by given value).
Public methodAddSamples(Double, Boolean)
Add samples to end of series, double format.
Public methodAddSamples(Single, Boolean)
Add samples to end of series, float format.
Public methodClear
Clear all samples.
(Overrides PointLineSeriesBaseClear.)
Public methodDeleteSamplesBeforeX
Delete samples 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 methodGetClipAreas
Get clipping areas.
(Inherited from SeriesBaseXY.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetMinMaxFromXRange
Get minimum and maximum Y value withing given X range.
(Overrides PointLineSeriesBaseGetMinMaxFromXRange(Double, Double, Double, Double, Boolean).)
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).
(Overrides PointLineSeriesBaseGetMinMaxFromXRangeIgnoreValue(Double, Double, Double, Double, Double).)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetXMinMax
Get minimum X and maximum X of series X values.
(Overrides PointLineSeriesBaseGetXMinMax(Double, Double).)
Public methodInvalidateData
Series data has been modified directly by it's array. Use this method to notify chart that this series needs a refresh
(Inherited from SeriesBaseXY.)
Public methodIsHighlighted
returns true if the object is highlighted.
(Inherited from HighlightingItemBase.)
Public methodIsPositionOver
Is position over series
(Inherited from PointLineSeriesBase.)
Public methodLoadFromCSV
Loads series data from a CSV file.
(Overrides SeriesBaseXYLoadFromCSV(String, SeparatorCSV).)
Public methodMultiplySamples
Multiplies the samples in the samples array with given factor.
Public methodRemoveHighlight
Removes forced highlighting.
(Inherited from HighlightingItemBase.)
Public methodSaveToCSV
Saves sample data into CSV file.
(Overrides SeriesBaseXYSaveToCSV(String, SeparatorCSV).)
Public methodSeekTriggerPos
Detect triggering position from series data.
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 methodSolveNearestSampleByCoord
Solve nearest sample to given X and Y screen coordinate.
Public methodSolveNearestSampleByValue
Solve nearest sample to given X and Y value.
Public methodSolveYCoordAtXCoord
Find nearest series point of given X-coordinate and get corresponding Y-coordinate.
(Inherited from ProgressiveSingleLineSeriesBase.)
Public methodSolveYValueAtXValue
Solve Y value on given X value. Returned value will be interpolated, if X is between sequential points X values.
(Overrides ProgressiveSingleLineSeriesBaseSolveYValueAtXValue(Double).)
Public methodToString
Item to string.
(Inherited from SeriesBaseXY.)
Top
See Also