Click or drag to resize

DrawingBaseOnActualHeightChanged Method

Raised when the actual height of the view changes

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 OnActualHeightChanged(
	double actualHeight
)

Parameters

actualHeight
Type: SystemDouble
Actual height of the view
See Also