Zoom mode used in chart. The default is NChartZoomMode.Proportional.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public NChartZoomMode ZoomMode { get; set; }
Public Property ZoomMode As NChartZoomMode
Get
Set
public:
virtual property NChartZoomMode ZoomMode {
NChartZoomMode get () sealed;
void set (NChartZoomMode value) sealed;
}
Property Value
Type:
NChartZoomModeSee Also