BarSeries3DGetBarInfoOnUserInteractiveDeviceLocation Method |
LightningChart .NET Help
Get info of bar over which the user interactive device is over.
Namespace:
Arction.WinForms.Charting.Series3D
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool GetBarInfoOnUserInteractiveDeviceLocation(
out int barValueIndex,
out double xValue,
out double yValue,
out double zValue
)
Public Function GetBarInfoOnUserInteractiveDeviceLocation (
<OutAttribute> ByRef barValueIndex As Integer,
<OutAttribute> ByRef xValue As Double,
<OutAttribute> ByRef yValue As Double,
<OutAttribute> ByRef zValue As Double
) As Boolean
public:
bool GetBarInfoOnUserInteractiveDeviceLocation(
[OutAttribute] int% barValueIndex,
[OutAttribute] double% xValue,
[OutAttribute] double% yValue,
[OutAttribute] 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:
BooleanTrue if info found, false otherwise.
See Also