NChartCartesianSystem Methods |
The NChartCartesianSystem type exposes the following members.
Name | Description | |
---|---|---|
AddCrosshair |
Add crosshair to the cartesian system.
See NChartCrosshair.
| |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
RemoveAllCrosshairs |
Remove all crosshairs from the cartesian system.
| |
RemoveCrosshair |
Remove crosshair from the cartesian system.
See NChartCrosshair.
| |
ToString | (Inherited from Object.) | |
UpdateCrosshairs |
Force crosshairs to be updated.
Use this method if you changed values of crosshairs and want to apply them without calling
UpdateData of the chart. If crosshairs are the only changed chart items, this is much more efficient way
to make the changes visible than updating entire chart.
|