NChartValueAxisCalcOptimalMinTickSpacing Method |
Calculate optimal value for MinTickSpacing.
Use this method if you want to get MinTickSpacing that corresponds to the actual lengths of axis ticks' labels.
You should call this method _after_ the UpdateData call of the chart, because this method operates
with the data obtained from data source. If you call it before the data are updated, the result will be wrong.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void CalcOptimalMinTickSpacing()
Public Sub CalcOptimalMinTickSpacing
public:
virtual void CalcOptimalMinTickSpacing() sealed
See Also