Click or drag to resize
ChartAxisAddRange Method
Automatically adds new axis items in AutoScale mode.

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public void AddRange(
	double minValue,
	double maxValue,
	double step
)

Parameters

minValue
Type: SystemDouble
Min range value
maxValue
Type: SystemDouble
Max range value
step
Type: SystemDouble
Axis step value
See Also