Click or drag to resize

DrawingBaseOnMaximumChanged Method

Raised when the Y-Axis maximum 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 OnMaximumChanged(
	double max
)

Parameters

max
Type: SystemDouble
Y-Axis maximum changed
See Also