Click or drag to resize
NChartCalloutOrigin Property
Position of the top left corner of callout in pixels based on view's coordinate system, but with zero point shifted to the top left corner of chart plot area. The default value is {0; 0}. This property has effect if LocateByOrigin is set to YES only.

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

Property Value

Type: Point
See Also