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; }
Public Property Origin As Point
Get
Set
public:
virtual property Point^ Origin {
Point^ get () sealed;
void set (Point^ value) sealed;
}
Property Value
Type:
PointSee Also