Click or drag to resize
NChartCrosshairTooltipPosition Enumeration
The NChartCrosshairTooltipPosition enum provides constants to control position of crosshair's tooltips.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public enum NChartCrosshairTooltipPosition
Members
  Member nameValueDescription
ByMin0 Tooltip near the minimum of the corresponding axis.
ByMax1 Tooltip near the maximum of the corresponding axis.
See Also