Click or drag to resize
NChartHair Class
The NChartHair class provides methods to control the single line within crosshair.
Inheritance Hierarchy
SystemObject
  NChart3D_UWPNChartHair

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public sealed class NChartHair

The NChartHair type exposes the following members.

Properties
  NameDescription
Public propertyFirstHalfColor
The color of the first half of hair. If null, not displayed. The default value is null. The color of the hairs part from the axis to the point it marks.
Public propertyHostsOnSAxis
Flag determining if hair is hosted on secondary axis (true) or not (false). The default value is false.
Public propertyIsDraggable
Flag determining if hair can be dragged (true) or not (false). The default value is true.
Public propertySecondHalfColor
The color of the second half of hair. If null, not displayed. The default value is null. The color of the hairs part from the the point it marks to the end of chart plot area.
Public propertySnapToMajorTicks
Flag determining if hair should snap to major ticks while moving. The default value is NO.
Public propertySnapToMinorTicks
Flag determining if hair should snap to minor ticks while moving. The default value is NO.
Public propertyTooltip
Tooltip of the hair. The default value is null. To display tooltip you should set it before your
UpdateData()
call.
Public propertyTooltipPosition
Position of the hair's tooltip. The default value is
NChartCrosshairTooltipPosition.ByMax
. See also NChartCrosshairTooltipPosition.
Public propertyValue
Value the hair intersects its axis in. The default value is 0.
Public propertyVisible
Flag determining if hair is visible (true) or not (false). The default value is true.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodSetColor
Set color for both halves of hair.
Public methodToString (Inherited from Object.)
Top
See Also