Click or drag to resize
NChartPivot Property
Pivot of the chart in the internal chart scene coordinates. Use this property if you want to save and than restore position of the chart. This property works for 2D and 3D modes. Theoretically you can use this property to pan the chart programmatically, however it is better to use ZoomToRegionFrom method of NChartValueAxis.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public Point Pivot { get; set; }

Property Value

Type: Point
See Also