Click or drag to resize
NChartCalloutLocateByOrigin Property
Flag determining if callout should be located in the position specified by the Origin property (true), or according to Distance and Margin properties(false).The default value is NO. If this property is set to YES, Origin has effect, but Margin and Distance has no effect, and vice versa.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public bool LocateByOrigin { get; set; }

Property Value

Type: Boolean
See Also