INChartDelegatePointSelected Method |
Report that user selected a chart point.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax void PointSelected(
NChart chart,
NChartPoint point
)
Sub PointSelected (
chart As NChart,
point As NChartPoint
)
void PointSelected(
[InAttribute] NChart^ chart,
[InAttribute] NChartPoint^ point
)
Parameters
- chart
- Type: NChart3D_UWPNChart
Pointer to the chart instance. - point
- Type: NChart3D_UWPNChartPoint
Point that was selected. May be null, which will tell that the user tapped an emply space of the chart.
See Also