NChartHair Properties |
The NChartHair type exposes the following members.
Name | Description | |
---|---|---|
FirstHalfColor |
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.
| |
HostsOnSAxis |
Flag determining if hair is hosted on secondary axis (true) or not (false). The default value is false.
| |
IsDraggable |
Flag determining if hair can be dragged (true) or not (false). The default value is true.
| |
SecondHalfColor |
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.
| |
SnapToMajorTicks |
Flag determining if hair should snap to major ticks while moving. The default value is NO.
| |
SnapToMinorTicks |
Flag determining if hair should snap to minor ticks while moving. The default value is NO.
| |
Tooltip |
Tooltip of the hair. The default value is null.
To display tooltip you should set it before your UpdateData() | |
TooltipPosition |
Position of the hair's tooltip. The default value is NChartCrosshairTooltipPosition.ByMax | |
Value |
Value the hair intersects its axis in. The default value is 0.
| |
Visible |
Flag determining if hair is visible (true) or not (false). The default value is true.
|