Click or drag to resize

PerformanceBaseCalculateSteps Method

Calculates the steps in respect with actual width of the view

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected int CalculateSteps(
	int tradeCount,
	double actualWidth
)

Parameters

tradeCount
Type: SystemInt32
Trade cound
actualWidth
Type: SystemDouble
Actual width of the view

Return Value

Type: Int32
See Also