Click or drag to resize

DrawingBaseOnMinimumChanged Method

Raised when the Y-Axis minimum is changed

Namespace:  SharpCharts.Base.ChartObject
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected abstract void OnMinimumChanged(
	double min
)

Parameters

min
Type: SystemDouble
The y-Axis minimum value
See Also