Click or drag to resize
ChartStyleDrawBars Method
Draw bars

Namespace: SharpCharts.Base.Chart
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
public abstract void DrawBars(
	DrawingContext dc,
	double chartElementHeight,
	double chartElementWidth,
	Bars bars,
	int startIdx,
	int endIdx,
	double min,
	double max
)

Parameters

dc
Type: System.Windows.MediaDrawingContext
Drawing context
chartElementHeight
Type: SystemDouble
Actual height of the view
chartElementWidth
Type: SystemDouble
Actual width of the view
bars
Type: Bars
bars
startIdx
Type: SystemInt32
start index
endIdx
Type: SystemInt32
end index
min
Type: SystemDouble
minimum value of the YAxis
max
Type: SystemDouble
maximum value of the YAxis
See Also