Click or drag to resize

AlertItemOnRender Method

Namespace:  SharpCharts.Base.Alert
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public void OnRender(
	DrawingContext dc,
	Point point,
	double actualWidth,
	double actualHeight,
	out double width,
	out double height
)

Parameters

dc
Type: System.Windows.MediaDrawingContext
point
Type: System.WindowsPoint
actualWidth
Type: SystemDouble
actualHeight
Type: SystemDouble
width
Type: SystemDouble
height
Type: SystemDouble
See Also