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