Click or drag to resize
NChartCartesianSystem Methods

The NChartCartesianSystem type exposes the following members.

Methods
  NameDescription
Public methodAddCrosshair
Add crosshair to the cartesian system. See NChartCrosshair.
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodRemoveAllCrosshairs
Remove all crosshairs from the cartesian system.
Public methodRemoveCrosshair
Remove crosshair from the cartesian system. See NChartCrosshair.
Public methodToString (Inherited from Object.)
Public methodUpdateCrosshairs
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.
Top
See Also