Click or drag to resize

BarSeries3DGetBarInfoOnUserInteractiveDeviceLocation Method

LightningChart .NET Help
Get info of bar over which the user interactive device is over.

Namespace:  Arction.Wpf.ChartingMVVM.Series3D
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
public bool GetBarInfoOnUserInteractiveDeviceLocation(
	out int barValueIndex,
	out double xValue,
	out double yValue,
	out double zValue
)

Parameters

barValueIndex
Type: SystemInt32
Bar value index.
xValue
Type: SystemDouble
Bar X value.
yValue
Type: SystemDouble
Bar Y value.
zValue
Type: SystemDouble
Bar Z value.

Return Value

Type: Boolean
True if info found, false otherwise.
See Also