Click or drag to resize

DrawingBaseOnActualWidthChanged Method

Raised when the actual width 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 OnActualWidthChanged(
	double actualWidth
)

Parameters

actualWidth
Type: SystemDouble
Actual width of the view
See Also