NChartCartesianSystemUpdateCrosshairs Method |
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.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void UpdateCrosshairs()
Public Sub UpdateCrosshairs
public:
virtual void UpdateCrosshairs() sealed
See Also