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; }
Public Property Pivot As Point
Get
Set
public:
virtual property Point^ Pivot {
Point^ get () sealed;
void set (Point^ value) sealed;
}
Property Value
Type:
PointSee Also