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
)
Public Sub New (
color As Color,
thickness As Single,
targetPoint As NChartPoint
)
public:
NChartCrosshair(
[InAttribute] Color^ color,
[InAttribute] float thickness,
[InAttribute] 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