Click or drag to resize

DrawingBaseOnBarWidthChanged Method

Raised when the bar width 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 OnBarWidthChanged(
	double barWidth
)

Parameters

barWidth
Type: SystemDouble
See Also