Click or drag to resize

BarSeriesValue Constructor (Double, Double, String, Object)

LightningChart .NET Help
Constructor.

Namespace:  Arction.Wpf.ChartingMVVM
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public BarSeriesValue(
	double location,
	double value,
	string text,
	Object tag
)

Parameters

location
Type: SystemDouble
Location on axis.
value
Type: SystemDouble
Value.
text
Type: SystemString
Text.
tag
Type: SystemObject
Tag. Freely assignable object.
See Also