StockSeriesDeletePointsBeforeX Method |
LightningChart .NET Help
Delete Points having smaller X value than given value.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic void DeletePointsBeforeX(
double xValue,
AxisX axis,
bool compactMemory = true
)
Public Sub DeletePointsBeforeX (
xValue As Double,
axis As AxisX,
Optional compactMemory As Boolean = true
)
public:
void DeletePointsBeforeX(
double xValue,
AxisX^ axis,
bool compactMemory = true
)
Parameters
- xValue
- Type: SystemDouble
X value. - axis
- Type: Arction.Wpf.ChartingMVVM.AxesAxisX
x axis what to check - compactMemory (Optional)
- Type: SystemBoolean
Compact memory.
See Also