| NChartCartesianSystemSYAxis Property |
Secondary Y-axis of the cartesian coordinate system.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntaxpublic NChartValueAxis SYAxis { get; }Public ReadOnly Property SYAxis As NChartValueAxis
Get
public:
virtual property NChartValueAxis^ SYAxis {
NChartValueAxis^ get () sealed;
}Property Value
Type:
NChartValueAxis
See Also