NChartValueAxisShouldAutoFitZoomByMinTickSpacing Property |
Flag determining if zoom of the axis should be automatically fit according to the current MinTickSpacing (true) or
not (false). The default value is false.
Set this flag to true if you want to zoom the chart so that the maximal number of points is visible with
no skipping of ticks on the axis. Best practice is to set this flag and call CalcOptimalMinTickSpacing.
If this flag is set to true, zoom of the axis is changed automatically by each chart's layout. Zoom you set
manually before layout will be ignored.
Auto fitting works in 2D mode only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldAutoFitZoomByMinTickSpacing { get; set; }
Public Property ShouldAutoFitZoomByMinTickSpacing As Boolean
Get
Set
public:
virtual property bool ShouldAutoFitZoomByMinTickSpacing {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also