Click or drag to resize
PlotStyleDrawPlot Method
Draw plot

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public abstract void DrawPlot(
	DrawingContext dc,
	ChartStyle chartStyle,
	int seriesArrayIndex,
	ISeries<double> value,
	double height,
	double width,
	int startBar,
	int endBar,
	double min,
	double max
)

Parameters

dc
Type: System.Windows.MediaDrawingContext
Drawing context
chartStyle
Type: SharpCharts.Base.ChartChartStyle
chart style
seriesArrayIndex
Type: SystemInt32
series array index
value
Type: SharpCharts.Base.SharpScriptISeriesDouble
series value
height
Type: SystemDouble
Actual height of the view
width
Type: SystemDouble
Actual width of the view
startBar
Type: SystemInt32
Start bar index
endBar
Type: SystemInt32
End bar index
min
Type: SystemDouble
Min YAxis
max
Type: SystemDouble
Max YAxis
See Also