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