NChartZoomToPointMode Property |
Flag that determines if chart is zoomed to the cursor (true) or to the screen center (false). The default value is false.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ZoomToPointMode { get; set; }
Public Property ZoomToPointMode As Boolean
Get
Set
public:
virtual property bool ZoomToPointMode {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also