NChartValueAxisStep Property |
Step from one tick to another. It is either obtained from the data source or if not provided calculated according
to the MinValue and MaxValue to look beautiful.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public double Step { get; }
Public ReadOnly Property Step As Double
Get
public:
virtual property double Step {
double get () sealed;
}
Property Value
Type:
DoubleSee Also