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
Public Enumeration NChartCrosshairTooltipPosition
public enum class NChartCrosshairTooltipPosition
Members
| Member name | Value | Description |
---|
| ByMin | 0 |
Tooltip near the minimum of the corresponding axis.
|
| ByMax | 1 |
Tooltip near the maximum of the corresponding axis.
|
See Also