NChartSizeAxisShouldIgnoreZoom Property |
Flag determiming if markers should ignore chart's zoom (true) or not (false). The default value is false.
If this flag is set to true, markers are not zoomed with the chart and remain in their size
(value of their Size property).
Otherwise, size of markers corresponds to their Size property when zoom is 1.0 only.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public bool ShouldIgnoreZoom { get; set; }
Public Property ShouldIgnoreZoom As Boolean
Get
Set
public:
virtual property bool ShouldIgnoreZoom {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also