Click or drag to resize
NChartCrosshair Constructor (Color, Single, NChartPoint)
Create crosshair with color, thickness and target point.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartCrosshair(
	Color color,
	float thickness,
	NChartPoint targetPoint
)

Parameters

color
Type: Windows.UIColor
Color of the crosshair.
thickness
Type: SystemSingle
Thickness of the crosshair.
targetPoint
Type: NChart3D_UWPNChartPoint
Target point of the crosshair.
See Also