Click or drag to resize

BandSetValues Method

LightningChart .NET Help
Set begin and end values.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public void SetValues(
	double begin,
	double end
)

Parameters

begin
Type: SystemDouble
Begin value.
end
Type: SystemDouble
End value.
See Also