SampleDataBlockSeriesDeleteSamplesBeforeX Method |
LightningChart .NET Help
Delete samples having smaller X value than given value.
Namespace:
Arction.WinForms.Charting.SeriesXY
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void DeleteSamplesBeforeX(
double xValue,
bool compactMemory = true
)
Public Sub DeleteSamplesBeforeX (
xValue As Double,
Optional compactMemory As Boolean = true
)
public:
void DeleteSamplesBeforeX(
double xValue,
bool compactMemory = true
)
Parameters
- xValue
- Type: SystemDouble
X value. - compactMemory (Optional)
- Type: SystemBoolean
Compact memory.
See Also