Click or drag to resize

SharpScriptBaseCalculateXPoint Method (ChartStyle, Double, Int32, Int32)

Calculates the x point

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
public double CalculateXPoint(
	ChartStyle chartStyle,
	double width,
	int idx,
	int lastBarPainted
)

Parameters

chartStyle
Type: SharpCharts.Base.ChartChartStyle
ChartStyle
width
Type: SystemDouble
Actual width of the view
idx
Type: SystemInt32
Bar index
lastBarPainted
Type: SystemInt32
Last bar painted

Return Value

Type: Double
See Also