| NChartValueAxisPositionZ Property |
Coordinate controlling depth position of the axis.
See also NChartAxisPositionCoord.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntaxpublic NChartAxisPositionCoord PositionZ { get; }Public ReadOnly Property PositionZ As NChartAxisPositionCoord
Get
public:
virtual property NChartAxisPositionCoord^ PositionZ {
NChartAxisPositionCoord^ get () sealed;
}Property Value
Type:
NChartAxisPositionCoord
See Also