NChartCrosshairImageOffset Property |
Offset in pixels of the image from the crosshair's center. The default value is (0,0).
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public Point ImageOffset { get; set; }
Public Property ImageOffset As Point
Get
Set
public:
virtual property Point^ ImageOffset {
Point^ get () sealed;
void set (Point^ value) sealed;
}
Property Value
Type:
PointSee Also