Click or drag to resize
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; }

Property Value

Type: Boolean
See Also