INChartValueAxisDelegateTickTapped Method |
Handle tick label tap.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax void TickTapped(
string text,
double value,
NChartValueAxis axis
)
Sub TickTapped (
text As String,
value As Double,
axis As NChartValueAxis
)
void TickTapped(
[InAttribute] String^ text,
[InAttribute] double value,
[InAttribute] NChartValueAxis^ axis
)
Parameters
- text
- Type: SystemString
String representation of tick (that is shown on the chart). - value
- Type: SystemDouble
Value of tapped tick (the actual number behind the string). - axis
- Type: NChart3D_UWPNChartValueAxis
Axis the tapped tick belong to.
See Also