NChartPointHighlight Method |
Highlight point using the highlight settings done by HighlightColor and HighlightShift properties.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void Highlight(
NChartHighlightType mask,
float duration,
float delay
)
Public Sub Highlight (
mask As NChartHighlightType,
duration As Single,
delay As Single
)
public:
virtual void Highlight(
[InAttribute] NChartHighlightType mask,
[InAttribute] float duration,
[InAttribute] float delay
) sealed
Parameters
- mask
- Type: NChart3D_UWPNChartHighlightType
Mask of highlighting. See NChartHighlightType enum for details. You may use multiple constants
concatenated with bitwise OR. - duration
- Type: SystemSingle
Duration of highlighting animation in seconds. - delay
- Type: SystemSingle
Delay to start of highlighting animation in seconds.
See Also