Click or drag to resize
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
)

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