Click or drag to resize

DomScriptBasePlot Method

Renders the dom script

Namespace:  SharpCharts.Base.Dom
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected abstract void Plot(
	DrawingContext dc,
	double min,
	double max,
	double width,
	double height
)

Parameters

dc
Type: System.Windows.MediaDrawingContext
Drawing context
min
Type: SystemDouble
Minimum value of the view
max
Type: SystemDouble
Maximum value of the view
width
Type: SystemDouble
Width of the view
height
Type: SystemDouble
Height of the view
See Also