BarSeriesIsPositionOver Method (Int32, Int32, Int32, Boolean) |
LightningChart .NET Help
Is position over item.
Namespace:
Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic bool IsPositionOver(
int x,
int y,
out int valueIndex,
bool useDIP = false
)
Public Function IsPositionOver (
x As Integer,
y As Integer,
<OutAttribute> ByRef valueIndex As Integer,
Optional useDIP As Boolean = false
) As Boolean
public:
bool IsPositionOver(
int x,
int y,
[OutAttribute] int% valueIndex,
bool useDIP = false
)
Parameters
- x
- Type: SystemInt32
x-coordinate - y
- Type: SystemInt32
y-coordinate - valueIndex
- Type: SystemInt32
Index of value the position is over of - useDIP (Optional)
- Type: SystemBoolean
Use DIP instead of pixels as parameters
Return Value
Type:
BooleanTrue if position is over item, false otherwise
See Also