Click or drag to resize
NChartHair Properties

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
See Also