NChartValueAxisMaxValue Property |
Maximal value on the axis. It is obtained from the data source and if needed processed to look more beautiful.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public double MaxValue { get; }
Public ReadOnly Property MaxValue As Double
Get
public:
virtual property double MaxValue {
double get () sealed;
}
Property Value
Type:
DoubleSee Also