SharpScriptBaseCalculateXPoint Method (Double, 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 public double CalculateXPoint(
double width,
int idx
)
Parameters
- width
- Type: SystemDouble
Actual width of the view - idx
- Type: SystemInt32
The bar index
Return Value
Type:
DoubleSee Also