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