DrawingBaseCalculateBarIndexFromPoint Method |
Gets the bar index from point x
Namespace:
SharpCharts.Base.ChartObject
Assembly:
SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax protected int CalculateBarIndexFromPoint(
double deltaX
)
Parameters
- deltaX
- Type: SystemDouble
Mouse x position
Return Value
Type:
Int32See Also