NChartAlwaysPreserveZoomAndPosition Property |
Flag determining if chart content always preserves zoom and position (true) or not (false). This flag takes effect in 3D
mode only. If this flag is set to false, when you change the frame of the chart, 3D content will be zoomed and shifted
to fit the screen. If this flag is set to true, you should call ResetTransformations to fit the content in the
screen manually. The default value is false.
The common use-case for this flag is when you smoothly change the size of the chart. For such resize
session you should set this flag to true, and after the session you should probably call ResetTransformations.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool AlwaysPreserveZoomAndPosition { get; set; }
Public Property AlwaysPreserveZoomAndPosition As Boolean
Get
Set
public:
virtual property bool AlwaysPreserveZoomAndPosition {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also