Click or drag to resize
NChartPoint Constructor (Rect, INChartSeries)
Create touch area with given area.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public NChartPoint(
	Rect area,
	INChartSeries series
)

Parameters

area
Type: Windows.FoundationRect
Area for touch area.
series
Type: NChart3D_UWPINChartSeries
Series for touch area.
See Also