HighLowSeriesBaseDeletePointsBeforeX Method |
LightningChart .NET Help
Delete points having smaller X value than given value
Namespace:
Arction.Wpf.Charting.SeriesXY
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic void DeletePointsBeforeX(
double xValue
)
Public Sub DeletePointsBeforeX (
xValue As Double
)
public:
void DeletePointsBeforeX(
double xValue
)
Parameters
- xValue
- Type: SystemDouble
[Missing <param name="xValue"/> documentation for "M:Arction.Wpf.Charting.SeriesXY.HighLowSeriesBase.DeletePointsBeforeX(System.Double)"]
See Also