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; }
Public Property LocateByOrigin As Boolean
Get
Set
public:
virtual property bool LocateByOrigin {
bool get () sealed;
void set (bool value) sealed;
}
Property Value
Type:
BooleanSee Also