Automatically adds new axis items in AutoScale mode.
Namespace: Kettic.AspNet.Controls.ChartModelAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic void AddRange(
double minValue,
double maxValue,
double step
)
Public Sub AddRange (
minValue As Double,
maxValue As Double,
step As Double
)
public:
void AddRange(
double minValue,
double maxValue,
double step
)
member AddRange :
minValue : float *
maxValue : float *
step : float -> unit
Parameters
- minValue
- Type: SystemDouble
Min range value - maxValue
- Type: SystemDouble
Max range value - step
- Type: SystemDouble
Axis step value
See Also