Click or drag to resize

BandSetValues Method

LightningChart .NET Help
Set begin and end values.

Namespace:  Arction.Wpf.Charting.SeriesXY
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.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